115200 baud on COM2

Please use this Board for QBasic related requests ( file research, programming, etc.)

Moderators:Administrator, Global Moderator

Post Reply
Guest
115200 baud on COM2

Post by Guest » Wed Mar 17, 2004 10:42 pm

Hi. Does anyone know how to open COM2 at baud rates .GT. 9600 i.e. 115200?


Thanks....

Guest

Re: 115200 baud on COM2

Post by Guest » Thu Mar 18, 2004 2:51 am

Have you tried the OPEN COM statement from the QB Help???

V...

Guest

Re: 115200 baud on COM2

Post by Guest » Thu Mar 18, 2004 3:58 am

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...

User avatar
scorpion
Newbie
Posts:8
Joined:Sun Mar 21, 2004 11:26 pm
Contact:

Re: 115200 baud on COM2

Post by scorpion » Mon Mar 22, 2004 8:35 pm

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.
....;D.....

Post Reply