COM Port data_recived stops responding?

Can i restart an interrupt when it stops responding?

Any suggestion why a data_received interrupt would stop responding?

I’m suing a GPS module and it appears to stop after a few hours.

Is your COM port object going out of scope and being GCd?

And the event fires when new data comes and not on every byte. You must read all data in every event or have a thread reading the data.

Don’t think it is going out of scope as i have declared the class as



Might get thread to process the data..i seem to think this could be more reliable.