-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Support for USB Serial COM Port #12470
Comments
I think Windows Terminal has all of the plumbing for this today in regards to the profile and display, what's missing is a built in Windows program to open the serial device and pipe it to the terminal much like I currently use |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
I'm Network Engineer, I prefer to keep my hands on keyboard as much as possible. That's why I tried using for different purposes, SSHing, nvim and plink for serial connections, but as you mentioned it just hurts me to that I can't use arrow keys. I kinda want to use Linux, instead of Windows. |
@blgram take a look at SimplySerial. It's like plink but supports arrow keys in the newer versions. You can even make Terminal profiles for it directly if you want (the GitHub page has a guide). |
You can use SimpleCom from winget package manager on window, they gave a readme file to instruct how to add it into window terminal profile also. |
Description of the new feature/enhancement
Hello everyone, I'm currently doing embedded device programing like U-Boot; OpenWrt; STM32, and as you may know, these devices use the UART port to output some debug info and/or implement command line interface, I'd like to use Windows Terminal as the terminal program to deal with these thing. I'm sure this will help me and many other embedded developers a lot.
Proposed technical implementation details (optional)
The UART port from the device will be connected to the PC's USB port through a "USB to TTL converter", then it will show up in the Device Manager as a COM port device, what I want is, from here, I can create a new profile in the Windows Terminal, configure it to connect to the dedicated COM port, set Baud Rate; Data Bits; Stop Bits; Parity; Flow Control, then use the device's command line in the Windows Terminal.
The text was updated successfully, but these errors were encountered: