Serial port comms
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I am trying to access data from the serial port using c# I don't want to use a GUI I just want to be able to recieve a stream of bytes, does anybody know how to do this or have any suggestions thanks Tim :mad:
there are no .NET library to use for this. You have another couple of options. Use a component from VS 6.0: http://www.devhood.com/tutorials/tutorial\_details.aspx?tutorial\_id=320 OR use the win32 API: http://msdn.microsoft.com/msdnmag/issues/02/10/NETSerialComm/default.aspx