Serial Communications
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I just had a general question about MSComm32 or Serial Communications in .NET. When using binary transmission and receive with RThreshold = 1 (OnComm fired after every byte), does the transmission of binary data act the same as the receive data? Meaning, do I have to place one byte at a time in the MSComm.output field or can I place a whole byte array into MSComm.output? I tried looking for examples, but every sample I found uses text transmission or is in Win32 Native. Any help is much appreciated. Thanks in advance. Mike