opening_20serial_20ports_20above_20com9
Opening serial ports above COM9
by Richard Russell, February 2010
Since version 5.91a, BBC BASIC for Windows has fully supported serial ports above COM9; to open such a port you need only use the regular OPENUP function:
port% = OPENUP("COM15: baud=9600 parity=N data=8 stop=1 dtr=on rts=on")
Naturally you should specify the port parameters as required by your program.
opening_20serial_20ports_20above_20com9.txt · Last modified: 2024/01/05 00:22 by 127.0.0.1