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

CLR allows opening COM port used by WP #887

Closed
josesimoes opened this issue Nov 15, 2021 · 0 comments · Fixed by nanoframework/nf-interpreter#2152
Closed

CLR allows opening COM port used by WP #887

josesimoes opened this issue Nov 15, 2021 · 0 comments · Fixed by nanoframework/nf-interpreter#2152

Comments

@josesimoes
Copy link
Member

Details about Problem

.NET nanoFramework library: W.D.SerialCommunication and S.IO.Ports

Target: ESP32

Description

The CLR allows opening COM1 even of that COM port is reserved for Wire Protocol.

Expected behaviour

Shouldn't be possible to open a reserved COM port.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment