User Tools

Site Tools


opening_20serial_20ports_20above_20com9

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
opening_20serial_20ports_20above_20com9 [2018/03/31 13:19] – external edit 127.0.0.1opening_20serial_20ports_20above_20com9 [2024/01/05 00:22] (current) – external edit 127.0.0.1
Line 2: Line 2:
  
 //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:\\  //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:\\ 
 +<code bb4w>
         port% = OPENUP("COM15: baud=9600 parity=N data=8 stop=1 dtr=on rts=on")         port% = OPENUP("COM15: baud=9600 parity=N data=8 stop=1 dtr=on rts=on")
 +</code>
 Naturally you should specify the port parameters as required by your program. 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)