Page 1 of 1
115200 baud on COM2
Posted: Wed Mar 17, 2004 10:42 pm
by Guest
Hi. Does anyone know how to open COM2 at baud rates .GT. 9600 i.e. 115200?
Thanks....
Re: 115200 baud on COM2
Posted: Thu Mar 18, 2004 2:51 am
by Guest
Have you tried the OPEN COM statement from the QB Help???
V...
Re: 115200 baud on COM2
Posted: Thu Mar 18, 2004 3:58 am
by Guest
OK the above was a kinda tongue-in-cheek response!!
I found lotsa info on the WWW, most seem to require additional hardware/software but some very interesting tho' bit out-of-date and some dependent on what OS you are using. Didn't find anything specific to XP
Good luck
V...
Re: 115200 baud on COM2
Posted: Mon Mar 22, 2004 8:35 pm
by scorpion
maybe the peek function:
result$ = PEEK(NUM%)
where num% is the number of te hardware or (WIN-ME or higher) the internet port. I don't have the port-numbers in my head but PEEK is the way to call them.