Hi. Does anyone know how to open COM2 at baud rates .GT. 9600 i.e. 115200?
Thanks....
115200 baud on COM2
Moderators:Administrator, Global Moderator
Re: 115200 baud on COM2
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...
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
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.
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.
....;D.....