I'm using a Serial (RS232) to USB converter to acquire
serial data on an XP machine.
When I stop my application, XP resets a few minutes later
if the serial device is still sending data.
The System event log records the crash with the following
parameters:
Error Code 000000d1, param1 00000060, param2 00000002,
param3 00000000, param4 f85ceee7
Event ID 1003.
I suspect the problem lies with the Microsoft USB drivers
or software as changing my USB hardware did not solve the
problem. The problem also occurs with Hyperterminal, so
that rules out the data collection app.
I guess that when the app is closed, the USB device still
records the data but has no app or no where to save it and
possibly results in memory corruption.
Any ideas?