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

Hangs UI and causes Blue Screen Watchdog Fault on IOT Core #1

Open
MyersMade opened this issue Apr 5, 2017 · 0 comments
Open

Hangs UI and causes Blue Screen Watchdog Fault on IOT Core #1

MyersMade opened this issue Apr 5, 2017 · 0 comments

Comments

@MyersMade
Copy link
Owner

When this application is run on the Windows 10 Desktop PC it functions as intended.

When ran from the Raspberry Pi, the application functions as intended, except for when the target RS-232 device has it's RTS line low (or serial cable unplugged). At that point the IOT OS will hang and eventually go to a blue screen with a watchdog fault.

It is intended to examine the value returned by the .StoreAsync() method following it's execution or timeout based on the .WriteTimeout parameter.

                Task<UInt32> storeAsyncTask;
                storeAsyncTask = PortDataWriter.StoreAsync().AsTask();    //<----This is where it hangs in IOT Core
                uint x = await storeAsyncTask;

This works properly in the Windows Desktop environment, but the line above is what appears to cause the Windows IOT Core environment to hang.

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