Getstream function

  • Thread starter Thread starter cloud
  • Start date Start date
C

cloud

Hello all,

Is there any function that can stream send/receive data from serial
port like getStream function for tcp client ??


Thank you all
 
Hello all,

Is there any function that can stream send/receive data from serial
port like getStream function for tcp client ??


Thank you all

There is a SerialPort class you can use for serial communications. Here is
one article I googled that looks okay (I generally code in C#, so I have to
search too):

http://www.dreamincode.net/forums/showtopic37361.htm

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

*******************************************
| Think outside the box! |
*******************************************
 
Back
Top