Serial device not added correctly - Printable Version +- OpenMarine (https://forum.openmarine.net) +-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1) +--- Forum: Bug Reports (https://forum.openmarine.net/forumdisplay.php?fid=4) +--- Thread: Serial device not added correctly (/showthread.php?tid=4675) |
RE: Serial device not added correctly - TVR - 2023-06-29 I agree, I think serial is the way to go. If a user has multiple identical (noncompliant) devices with no serial number, then "Remember device" won't work. But they still have the option of "Remember port" instead. RE: Serial device not added correctly - baltika_no_9 - 2023-06-29 (2023-06-29, 11:38 AM)TVR Wrote:(2023-06-29, 11:27 AM)baltika_no_9 Wrote: What chipset does the teensy use? (idVendor/idProduct) Thanks RE: Serial device not added correctly - TVR - 2023-06-29 (2023-06-29, 11:41 AM)Sailoog Wrote: If no more arguments are exposed I will go back to serial this afternoon. If you're updating the code, then I've just noticed a minor spelling mistake in the UI. It says "Remember port (positon on the USB-hub)". Positon should be spelt Position. Thanks for all the updates! RE: Serial device not added correctly - Sailoog - 2023-06-29 ops, thanks. RE: Serial device not added correctly - baltika_no_9 - 2023-06-29 (2023-06-29, 11:46 AM)TVR Wrote:(2023-06-29, 11:41 AM)Sailoog Wrote: If no more arguments are exposed I will go back to serial this afternoon. That's a good spot! I've looked at that page hundreds of times too and never noticed. RE: Serial device not added correctly - Sailoog - 2023-06-29 TVR, baltika_no_9 Please, could you install this beta package (3.2.12-stable) and test with your serial devices with and without serial attribute? I do not have any device with serial attribute and I can not publish the update without testing. https://cloudsmith.io/~openplotter/repos/openplotter-beta/packages/ You will see that I have added a new feature "Details" to check all device attributes because having only vendor and product ids and serial, it is difficult to identify what device are you modifying. Thanks! RE: Serial device not added correctly - baltika_no_9 - 2023-06-29 I've tried adding three of my USB serial cables, all with serial numbers and all seems to work as expected. Symlinks are created and I can add them to Signal K - all showing as connected. I've also tried a device with no serial (u-blox) and that's good too. The Details button shows all the info. Remember Device or Remember port both work on any device. Anything specific you'd like to try? RE: Serial device not added correctly - Sailoog - 2023-06-29 Perfect, please could you send me the output of the "Details" window for one of them with serial attribute? RE: Serial device not added correctly - baltika_no_9 - 2023-06-29 (2023-06-29, 02:18 PM)Sailoog Wrote: Perfect, please could you send me the output of the "Details" window for one of them with serial attribute? Code: CURRENT_TAGS: :systemd: RE: Serial device not added correctly - Sailoog - 2023-06-29 Perfect thanks! I needed to confirm that ID_SERIAL_SHORT is the right tag for serial because you can also find the serial in ID_USB_SERIAL_SHORT. It should work on both cases. If TVR test is successful I will publish the update ASAP. |