opening_20serial_20ports_20above_20com9
This is an old revision of the document!
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.1522502371.txt.gz · Last modified: 2024/01/05 00:17 (external edit)