BHT-BASIC treats communications devices as
files. File and packet transfers therefore require first opening
the communications device file.
speed specifies the transfer speed in bps. (See the table below.)
If this parameter is omitted, the BHT uses the last setting,
which defaults to 9600 bps.
| Transmission Speed |
Setting |
| 115200bps |
115200 |
| 57600bps |
57600 |
| 38400bps |
38400 |
| 19200bps |
19200 |
| 9600bps |
9600 |
| 4800bps |
4800 |
| 2400bps |
2400 |
| 1200bps |
1200 |
| 600bps |
600 |
| 300bps |
300 |
fileno can be any number from 1 to 16 not currently in use by
another file (data or bar code device). Use the same number to
send data packets to and close the communications device file.
Note that always close IrDA, Wireless LAN, and other communications
device files before opening this device. It cannot be used simultaneously
with other such devices.
Close the communications device when it is no longer needed. →Closing
a communications device file
|