Make VB6 Aware of Hibernation?
I'm nearly finished with writing an OBD MPG plugin for RR, my only problem is the behavior on resume from hibernate.
A restart of RR gets things going again so it's not the ELM interface dropping out. So I was going to see if it was possible to make the .dll aware of when the hibernate process was occurring, I could then tell it to close the port, and then do the opposite when it comes back.
Is this possible with vb6? How do people usually handle hibernation when using an MSComm object? I've been doing a fair bit of google searching but haven't come up with anything useful yet.
Thanks!