Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

icsneocsharp.icsneo_openDevice() stuck when device's power(VBATT) is not ON #47

Open
CodeHandyman opened this issue Mar 30, 2022 · 0 comments

Comments

@CodeHandyman
Copy link

//Open Port
if (!icsneocsharp.icsneo_isOpen(SelectedCanDevice.Value)) //check if closed
isOpen = icsneocsharp.icsneo_openDevice(SelectedCanDevice.Value) ? true : false;
else
isOpen = true;

openDevice() API function will stuck when there is no power to the connected device, it can only return if power is applied.
Also, isOpen() API function is not working properly when lost connection/device power, it will report the last status. Similarly for isOnline(), We need these function to work properly so it can detect lost of connection or power. Please investigate and update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant