Hello!
I'm using the SerialPort Class in a college project, and I have a question:
- I'm using DataRecieved Delegate, which set a method to do all the work with incoming data. But this method needs to add text in a textbox on the main thread. How could I do that?
I'm sorry about my english!