Serial communication on Windows Mobile 6 and gnu WinCE port to serial communication
November 11, 2011 Leave a Comment
Lately I needed a WinCE port for the serial communication with Java which will work on mobile device with Windows Mobile 6. This is done with WinCE port to rxtxSerial done by Michal Hobot. The problem is, there is not patched serial dll binary on his home page (patched for the gnu_io_port is already in sources, but obviously no one has compiled it since 2002 – at least I didn’t found the binaries on the net – there are those from 2002, which give you problems when trying to flush the port). And the newest rxtxSerial for WinCE is not build with the newest original rxtxSerial. So you have to build it yourself. The description how to do this is below.