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

Serial port communication #12

Open
spodskubka opened this issue Apr 20, 2017 · 2 comments
Open

Serial port communication #12

spodskubka opened this issue Apr 20, 2017 · 2 comments

Comments

@spodskubka
Copy link
Owner

In addition to SSH2 and Telnet the app should support serial port communication.

This has been requested by multiple users via Windows Store reviews and/or e-mails.

@spodskubka
Copy link
Owner Author

Not sure if this is supported in Windows Store Apps but I will investigate.

@spodskubka
Copy link
Owner Author

A quick search shows that while it is apparently not possible to use "native" serial ports for communication it should indeed be possible via USB-to-serial devices:
https://msdn.microsoft.com/en-us/library/windows/hardware/dn303355(v=vs.85).aspx
https://code.msdn.microsoft.com/windowsapps/USB-CDC-Control-sample-5ba19caa

However, in UWP there seems to be a new, specialized namespace for this:
https://docs.microsoft.com/en-us/uwp/api/windows.devices.serialcommunication

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

No branches or pull requests

1 participant