Should Mu show all attached serial devices, not those where we recognize VID/PID? #1320
Replies: 1 comment 1 reply
-
Yeah, I think from my point of view this might be too big of a drawback. If we add the option to add VID/PID values via the settings.json file we can mitigate this a bit, although it's clearly a lot more difficult to figure out the values and add them to a json file than it is to select a different device from a drop down menu. My other hope is that we can start releasing a lot more frequently, so hopefully waiting for a release might not be that bad. |
Beta Was this translation helpful? Give feedback.
-
We've had some issues with devices that are hard to recognize, see for instance #1270, which is probably just a bug, but also in other circumstances, we've had users unable to use their device, because we didn't have the VID/PID already included with Mu. In these cases users will have to wait until a new release of Mu before being able to user their devices.
One solution could be to just show all COM-ports/serial-ports in the device-dropdown, while still attempting to select the correct device users will get the option to choose another device and even device which might not be supported by any mode.
Pros:
Cons:
Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions