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

martypc won't connect to virtual com port #59

Open
llyon1965 opened this issue Aug 27, 2023 · 4 comments
Open

martypc won't connect to virtual com port #59

llyon1965 opened this issue Aug 27, 2023 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@llyon1965
Copy link

Describe the bug
I've installed NetSerial 4.34 and created a virtual COM2, the PC has a real COM1 installed.

In options, "attach COM2" - the only available option to connect to is COM1 (see attached screen greab).

  • OS Version / Distribution: Windows 11
  • CPU model i7
  • GPU model

Build info

  • Using a binary release? 0.13
    Untitled
@llyon1965 llyon1965 added the bug Something isn't working label Aug 27, 2023
@dbalsom
Copy link
Owner

dbalsom commented Aug 27, 2023

Does this COM2 port show up in other programs that enumerate serial ports?

@llyon1965
Copy link
Author

llyon1965 commented Aug 27, 2023 via email

@dbalsom
Copy link
Owner

dbalsom commented Aug 29, 2023

can you set the RUST_LOG=debug environment variable - look in the resulting log output. there should be some lines that print what serial ports were detected.

example:

[2023-08-29T17:11:10Z DEBUG martypc_pixels_desktop] Found serial port: SerialPortInfo { port_name: "COM9", port_type: UsbPort(UsbPortInfo { vid: 1659, pid: 8963, serial_number: Some("7"), manufacturer: Some("Prolific"), product: Some("Prolific USB-to-Serial Comm Port (COM9)") }) }
[2023-08-29T17:11:10Z DEBUG martypc_pixels_desktop] Found serial port: SerialPortInfo { port_name: "COM15", port_type: UsbPort(UsbPortInfo { vid: 9025, pid: 66, serial_number: Some("2423030363735150B081"), manufacturer: Some("Arduino LLC (www.arduino.cc)"), product: Some("Arduino Mega 2560 (COM15)") }) }
[2023-08-29T17:11:10Z DEBUG martypc_pixels_desktop] Found serial port: SerialPortInfo { port_name: "COM4", port_type: UsbPort(UsbPortInfo { vid: 9025, pid: 66, serial_number: Some("14235303735351504221"), manufacturer: Some("Arduino LLC (www.arduino.cc)"), product: Some("Arduino Mega 2560 (COM4)") }) }

@llyon1965
Copy link
Author

llyon1965 commented Aug 29, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants