I've started working on my first serial port app. Is there a way to emulate a serial port so that my own application can be tested?
I guess the bigger question I'm asking, is how do folks test their serial apps? If the designed-for serial data is not available on the serial port of the development PC, how can the new app be evaluated?
On first guess, I assume the test program can simply send something to the serial port. Once sent, I can test my receive code. Are there any complicating factors?
I guess the bigger question I'm asking, is how do folks test their serial apps? If the designed-for serial data is not available on the serial port of the development PC, how can the new app be evaluated?
On first guess, I assume the test program can simply send something to the serial port. Once sent, I can test my receive code. Are there any complicating factors?
Comment