Join the live talk at Discord.Be part of the conversation athttp://discord.qb64.org.
0 Members and 1 Guest are viewing this topic.
QB64 can open any COMn port number from 1 to 9.
I'm opening ports higher than 9 without problem. OPEN "COM" + port$ + ":9600,N,8,1,BIN,CS0,DS0" FOR RANDOM AS #1where port$ can be 30+ on my laptop. I wrote a small routing for checking openable ports from 1 to 255 without problems
I've got another laptop here running (don't laugh!) Vista.
[...] I'm not sure if it's a QB problem or my program. I'll have to do a bit more playing around and see whats going on