Strange bug occurring over time
Anyway, here's what happens, i'll run my application and it'll run perfectly for usually a long time. There are a few things happening here. I'm receiving data through the serial port and processing that data. Anyways, after a while, i get this...
value of scanNewID: False
value of scanNewID: False [all of these are output of the program]
value of scanNewID: False
value of scanNewID: False
value of scanNewID: False
RADVIS_Device.exe
1 => [context switching?]
2 =>
1 =>
2 =>
1 =>
2 =>
1 =>
2 =>
1 =>
2 =>
1 =>
2 =>
1 =>
After the 1,2 thing starts up, the application basically dies. It appears however that for some reason the cmd prompt is executing another instantiation of the RADVIS_Device.exe application. Am i missing something stupid? Thanks in advance for any help!!
Adam

