julihirn/Serial-Monitor

Doesn't detect RS485 to USB com port

nmambre opened this issue · 3 comments

I did a quick test using com0com with 2 virtual ports and it worked, but a real port COM5, doesn't show up in the list. Is it possible to write the port number instead of selecting? I've opened and closed the program various times to see if it recognizes COM5.

devicemanager
driver
sercomms

Yes, you can manually assign a port via: Channel>Properties.
image

As for the bug, thanks for letting me know. I'll have a look at this now, give me about 30 minutes.

I've noticed I have the same RS485 device and noticed that the device is indeed not showing. As a temporary measure, I have updated the binaries to include a setting to change how devices are listed.

The new setting can be accessed via: Tools>Options (CTRL+I), and check this setting: Use Legacy Port Listing. The device should now appear when you go to select a port.

Latest Version:
https://github.com/julihirn/Serial-Monitor/releases/tag/serial-monitor-1.5.2

OK, tested it and it works, thanks, the issue can be closed.