S
Simon
I have problems with .NET framework SerialPort class. First I had problems
with data received event. Than I have changed form event to thread which
checks for data every 100 my. Now after a while the components stops
receiving characters. I suspect that the problem is in framework and because
to verify this I would like to know if someone could give me me a hint of
alternative class that could be used for serial port communication.
I do need simple class that would support:
- opening and closing serial port
- sending string
- data received event and data read
Best regards
Simon
with data received event. Than I have changed form event to thread which
checks for data every 100 my. Now after a while the components stops
receiving characters. I suspect that the problem is in framework and because
to verify this I would like to know if someone could give me me a hint of
alternative class that could be used for serial port communication.
I do need simple class that would support:
- opening and closing serial port
- sending string
- data received event and data read
Best regards
Simon