We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Not sure if this is supported in Windows Store Apps but I will investigate.
Sorry, something went wrong.
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
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: