I'm interested in building a class library for accessing home control
devices in C#. To do this I need to access RS232 serial and USB ports.
Try as I might, I haven't been able to find any useful information on how to
connect to the ports and transfer data to and from these ports.
Can anyone point me in the right direction? ...To some sample code?
Thanks!
Ed Kaim [MSFT] - 29 Feb 2004 21:21 GMT
Try the article at
http://msdn.microsoft.com/msdnmag/issues/02/10/netserialcomm/.
> I'm interested in building a class library for accessing home control
> devices in C#. To do this I need to access RS232 serial and USB ports.
[quoted text clipped - 5 lines]
>
> Thanks!
Tom Jorgenson - 29 Feb 2004 22:01 GMT
Thank you. This appears to be just what I need for RS232 communications.
Do you know of anything similar for USB communications (or can this be
adapted for USB as well)?
DotNetJunkies User - 25 Oct 2004 12:36 GMT
Did u get how to achive this? I am searching for the same. Can u post soame useful link or Sample code.
Thanks
Thejus
---