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

Confirm serial connections are working properly on Windows 11 #233

Open
davidrg opened this issue Sep 16, 2023 · 3 comments
Open

Confirm serial connections are working properly on Windows 11 #233

davidrg opened this issue Sep 16, 2023 · 3 comments

Comments

@davidrg
Copy link
Owner

davidrg commented Sep 16, 2023

I had some difficulty when trying to use a USB Serial device on Windows 11 recently. PuTTY would connect to it but CKW Beta.04 just reported an error.

Could be user error, or a windows 11 incompatibility, or perhaps there really is a bug - perhaps 64bit related if so.

@mbernardi1961
Copy link

I have a similar issue, while it appears to be possible to select a null modem in the gui, this doesn't seem to pass back to the command line. There is no way to set line [device name], I am using a usb to serial cable, which Window Control Panel says is Com3:
In linux using the same version of C-Kermit (10 Beta 5), the same device can be set via set line /dev/ttyUSB0
I would guess Serial connection isn't a priority these days, but for connecting to retro equipment is essential,

@mbernardi1961
Copy link

mbernardi1961 commented Mar 3, 2024

Further investigation has determined that the port assignment can be found in device manager (COM3) and can be set in C-Kermit by

set line COM3

I have used this to successfully connect a Windows laptop running C-Kermit Windows-05, to a Raspberry Pi 4 running linux and C-Kermit 10 beta 10

@davidrg
Copy link
Owner Author

davidrg commented Mar 4, 2024

I think the USB-Serial device I was originally having trouble with may just be faulty (PuTTY couldn't use it either). Around that time one or two other people had raised issues with using USB-Serial devices on modern windows too though so figured a bit more testing was warranted. I did a bit of that a few days back with another less generic USB-Serial device and it worked fine so might just be a combination of user error or specific devices having issues with recent Windows releases.

The old GUI Dialer app does have a selection of issues but unfortunately they're all a bit tricky to solve the app is pretty firmly trapped in the 90s due to a few 3rd party things it depends on. I plan to just rewrite it from scratch eventually.

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

2 participants