You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to determine if the N2K Open succeeded? It returns "true" even if the interface is not physically connected to a bus.
For now I'm using packet receive count == 0 after some time, but that seems unreliable.
The text was updated successfully, but these errors were encountered:
No, I meant a check for physical connection to the bus. I came across a better solution than mine, which is a bool N2Kopen = false, changed to true in the message handler (i.e., will only be true if we've received a valid packet to process).
Is there any way to determine if the N2K Open succeeded? It returns "true" even if the interface is not physically connected to a bus.
For now I'm using packet receive count == 0 after some time, but that seems unreliable.
The text was updated successfully, but these errors were encountered: