User Tools

Site Tools


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.

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
opening_20serial_20ports_20above_20com9.1522502371.txt.gz · Last modified: 2024/01/05 00:17 (external edit)