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! |
*******************************************
 

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

Back
Top