Tagged Questions
1
vote
3answers
3k views
How to test serial / Hyperterminal integration with C#?
I have to develop software for a USB scale that, when you press a button on it, sends serial communications over USB. I can see the values in HyperTerminal.
I am going to use the .NET classes for ...