Skip to content

Improper Port name shown in GUI on Teensy devices #800

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

Open
KurtE opened this issue Feb 2, 2022 · 3 comments
Open

Improper Port name shown in GUI on Teensy devices #800

KurtE opened this issue Feb 2, 2022 · 3 comments
Assignees
Labels
topic: CLI Related to Arduino CLI type: imperfection Perceived defect in any part of project

Comments

@KurtE
Copy link

KurtE commented Feb 2, 2022

Describe the bug
After installing the first version of the Teensyduino Board Manager version for testing the Arduino IDE and Arduino IDE 2, the GUI is showing the address field of the device and not the label.

Right now the GUI is showing things like: Teensy MicroMod on usb:0/140000/0/1/4

As @PaulStoffregen mentioned in the PJRC forum post:
https://forum.pjrc.com/threads/53548-Arduino-CLI-Alpha-Release-Teensy-Support?p=299387&viewfull=1#post299387

According to the Pluggable Discovery Specification

It appears like the GUI is showing the address and not the label.

To Reproduce
Steps to reproduce the behavior:

  1. I installed the nightly builds of the IDE yesterday
  2. Install the first board manger version of Teensyduino, instructions in:
  3. https://forum.pjrc.com/threads/53548-Arduino-CLI-Alpha-Release-Teensy-Support?p=298914&viewfull=1#post298914
  4. Plug in a teensy example Micromod Teensy
  5. Look at the names shown for the Serial ports

Expected behavior
I am expecting that instead of: Teensy MicroMod on usb:0/140000/0/1/4
It would show something like: Teensy MicroMod on COM118

Screenshots
image

image

Desktop (please complete the following information):

  • OS: Windows
  • Version: 10

Additional context
Not sure if this may be related to the issue: #567

And also may be partially related to the Pluggable Monitor issue: #769

@KurtE KurtE added the type: imperfection Perceived defect in any part of project label Feb 2, 2022
@per1234 per1234 added the topic: CLI Related to Arduino CLI label Feb 2, 2022
@KurtE
Copy link
Author

KurtE commented Feb 2, 2022

Note this is not specific to Windows. I just verified again on my Ubuntu 20.04 machine with last nights ide build
image

And from his the discovery tool:

kurte@kurte-XPS-8300:~$ .arduino15/packages/teensy/tools/teensy-discovery/1.56.1/teensy-discovery
LIST
{
"eventType": "list",
"ports": [
{
"address": "usb1/1-1/1-1.4/1-1.4.1",
"label": "/dev/ttyACM0 Everything",
"protocol": "teensy",
"protocolLabel": "Teensy Ports",
"properties": {
"modelID": "0x26",
"name": "Teensy MicroMod"
}
}
]
}

@PaulStoffregen
Copy link

Here is the specific piece of the Pluggable Discovery spec relevant to this issue.

address_vs_label

@KurtE
Copy link
Author

KurtE commented Feb 4, 2022

I thought I would mention, that I noticed one location in the GUI that it does show the label:

image

But it is interesting it shows it when you drop down the list, but it does not show it in the top selected one instead it shows the address

@per1234 per1234 changed the title Windows 10: Improper Port name shown in GUI on Teensy devices. Improper Port name shown in GUI on Teensy devices Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: CLI Related to Arduino CLI type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

4 participants