I have an application on a Windows CE device that tries to receive data over a serial port. This isn't working and now I'm looking for some simple application to run on that device that'd let me check if there is any data coming in. Is there something like HyperTerminal that let's me monitor a serial port on mobile devices?
Best would probably be an application where the source code is available, so that I can adjust it to the specifics of the device I'd like to run it on (some commonly used system DLLs are not available).