Now the QB45 help file lists the valid baud rates as "75, 110, 150,
300, 600, 1200, 1800, 2400 and 9600". No mention of 4800. The QB45
code opens the COM port at 4800 (NMEA standard) and works fine (*).
The VB-DOS help file lists those same rates, also omitting any
reference to 4800.
So to my questions:
Is serial comms in VB-DOS so broken that I'm wasting my time?
Is there a way to render it operative (i.e. workaround)?
Is 4800 actually supported (to the extent that this is not moot
anyway)?
(*) The QB45 code polls the port by looping on the input buffer,
checking LOC(n) and jumping off to the processing routine if data is
seen. Not convinced this approach will work in the VB-DOS world.
>The VB-DOS help file lists those same rates, also omitting any
>reference to 4800.
Agreed
>So to my questions:
>
>Is 4800 actually supported (to the extent that this is not moot
>anyway)?
I copied the Help example for "OPEN COM" and changed the 9600 to 4800 and it
worked the same.
--
Geo
On Wed, 27 Oct 2010 08:21:00 +0800, who where <no...@home.net> wrote: