RS232.VB problem

T

Tony Papadimitriou

Hi all,

I've written an app using RS232.VB (by Keith Langer 2/5/02 -- Modified to
handle overlapped IO and provide asynchronous read/write) and the executable
works as expected under XP Pro but, the RS232 portion of the app doesn't
work under Win98SE.

Any ideas?

TIA

Tony.
 
D

Dick Grier

Hi,

No idea. I don't do any work for 9x anymore.

However, if I may ask, why are you writing your own serial code? Why not
just use something "off-the-shelf?" For example, have you tried my
DesktopSerialIO dll? It is a free download, and it is simple to use.
Then... You can tell me if it works under 9x -- where I no longer go.

You also can use the free Sax Communications Community Edition serial
control (part of the VB .NET Resource Kit), to see what it does under 9x.

Dick

--
Richard Grier (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 4th
Edition ISBN 1-890422-28-2 (391 pages) published July 2004. See
www.mabry.com/vbpgser4 to order.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top