Serial port monitoring application for Windows CE? -


I have an application on a Windows CE device that tries to get data on the serial port. It is not working and now I'm looking for some simple application to run on the device that will tell me if any data is coming. Is there something like HyperTermin that monitors a serial port on mobile devices?

The best would probably be an application where the source code is available, so that I can adjust it to the specific of the device that it wants to turn on (some commonly used system DLLs are not available ).

In Windows CE, you communicate in almost the same way as a serial port, such as in Classic Win32 Are there. The only difference is that overlapping I / O is not supported.

So I think it will be easy to customize the existing C ++ library according to your needs. There are many articles available in this article.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -