Chapter 18. TCP/IP
407
18.2 TCP/IP over Spread Spectrum
System
18.2.1 General Procedure
The following is the procedure for using TCP/IP over a wireless communications device.
[ 1 ] Configure Wireless Communications Device
To connect to the wireless communications pathway, specify the following system settings in
System Mode or by using the extension library SS.FN3 in a user program:
• Domain
• Security ID
For the procedure in System Mode, refer to the "BHT-7500/BHT-7500S User’s Manual." For
the details of the SS.FN3, refer to Section 17.4, "Wireless Communication Library (SS.FN3)" in
this manual.
If no system settings are made in a user program, those made in System Mode will apply; if
made with SS.FN3, those will become system settings.
Given below is a setting example with SS.FN3:
para% = 1 ’Specify domain (#1)
data% = 9 ’Value to be set to domain
call "ss.fn3" 3 para%, data% ’Set domain (SS.FN3 function #3)
para% = 3 ’Specify security ID (#3)
data$ = "9999" ’Value to be set to security ID
call "ss.fn3" 4 para%, data$ ’Set security ID
’(SS.FN3 function #4)
Comentarios a estos manuales