Posted: Wed Feb 13, 2013 10:26 am Post subject: Using CE/Various other Devices to Detect I/O to various port
I have an older Terminal service app with a heavily built up front end/interface. At some point or another it supposedly sends out a signal to com ports telling them to activate (Cashbox attached to computer via serial). Can CE after hooking into the app look that particular protocol?
It's been a while since I've used a serial port, but I believe you can treat them just like files from a Windows C/C++ standpoint. So, break on CreateFile and look for the filename to be "com1" or something.
It may be easier to use something like filemon here, instead of or in addition to a debugger.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum