-
Notifications
You must be signed in to change notification settings - Fork 19
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
Labels
bug
Something isn't working
Comments
Does this COM2 port show up in other programs that enumerate serial ports? |
Yes, it does.
From: dbalsom ***@***.***>
Sent: Monday, August 28, 2023 3:03 AM
To: dbalsom/martypc ***@***.***>
Cc: llyon1965 ***@***.***>; Author ***@***.***>
Subject: Re: [dbalsom/martypc] martypc won't connect to virtual com port (Issue #59)
Does this COM2 port show up in other programs that enumerate serial ports?
—
Reply to this email directly, view it on GitHub <#59 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/BBJFOPM6GWHQGBKOFT3NDF3XXN4VLANCNFSM6AAAAAA4ACNNCQ> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/BBJFOPNBZ2QQJX4Q2GZ5WV3XXN4VLA5CNFSM6AAAAAA4ACNNCSWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTFANG7G.gif> Message ID: ***@***.*** ***@***.***> >
…--
This email has been checked for viruses by AVG antivirus software.
www.avg.com
|
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:
|
Will do
From: dbalsom ***@***.***>
Sent: Wednesday, August 30, 2023 3:13 AM
To: dbalsom/martypc ***@***.***>
Cc: llyon1965 ***@***.***>; Author ***@***.***>
Subject: Re: [dbalsom/martypc] martypc won't connect to virtual com port (Issue #59)
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) <http://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) <http://www.arduino.cc)> "), product: Some("Arduino Mega 2560 (COM4)") }) }
—
Reply to this email directly, view it on GitHub <#59 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/BBJFOPM2MTH2PXH26EZJIULXXYPJRANCNFSM6AAAAAA4ACNNCQ> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/BBJFOPL6IGK5AKYDV26BROTXXYPJRA5CNFSM6AAAAAA4ACNNCSWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTFGL6JY.gif> Message ID: ***@***.*** ***@***.***> >
…--
This email has been checked for viruses by AVG antivirus software.
www.avg.com
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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).
Build info
The text was updated successfully, but these errors were encountered: