Home All Groups Group Topic Archive Search About
Author
17 Apr 2006 3:16 AM
Benedictum
How can I open a serial port and send/receive data to/from the port. I would
like to use ASP2.0 / VS2005C#

Author
17 Apr 2006 4:05 AM
Steve C. Orr [MVP, MCSD]
You can use the SerialPort class that's new in .NET 2.0.
Here's more info:
http://windowssdk.msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref12/html/T_System_IO_Ports_SerialPort.asp

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


Show quoteHide quote
"Benedictum" <benedic***@dominusvobis.com> wrote in message
news:%23$o7Y1cYGHA.2148@TK2MSFTNGP02.phx.gbl...
> How can I open a serial port and send/receive data to/from the port. I
> would like to use ASP2.0 / VS2005C#
>
>
Author
17 Apr 2006 8:07 PM
Benedictum
Thanks, Steve. Exactly what I am looking for.

Show quoteHide quote
"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:eb%23FuQdYGHA.3444@TK2MSFTNGP05.phx.gbl...
> You can use the SerialPort class that's new in .NET 2.0.
> Here's more info:
> http://windowssdk.msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref12/html/T_System_IO_Ports_SerialPort.asp
>
> --
> I hope this helps,
> Steve C. Orr, MCSD, MVP
> http://SteveOrr.net
>
>
> "Benedictum" <benedic***@dominusvobis.com> wrote in message
> news:%23$o7Y1cYGHA.2148@TK2MSFTNGP02.phx.gbl...
>> How can I open a serial port and send/receive data to/from the port. I
>> would like to use ASP2.0 / VS2005C#
>>
>>
>
>