Reading from the COM Port

S

Scott M.

VS.NET 2003 / 1.1 Framework

I have a piece of hardware that sends signals over an Ethernet cable through
a USB adapter and into the PC. The USB adapter acts as a COM port for the
PC. The hardware is very simple and does not require any device drivers
(although the USB/COM port adapter does have its own device driver).

I'd like to be able to write a client (Windows Forms) application that can
read the signals coming in via the COM port. I have no experience working
with PC ports or hardware input of any kind.

Can anyone give me some direction on how to read data inbound via the COM
port?

Thanks,

Scott
 
G

Guest

Thanks Woo, I'll check it out. And yes, the USB/COM Port adapter driver is
already installed and working.
 
D

DickGrier

Hi,

You can download DesktopSerialIO.dll from my homepage. It includes a simple
example.

Feel free to ask specific questions here, after you've taken a look at it.

Dick

--
Richard Grier, MVP
Hard & Software
Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
Edition, ISBN 1-890422-28-2, Mabry Publishing (391 pages, includes CD-ROM).
July 2004.
See www.hardandsoftware.net for details and contact information.
 

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