Ben
Ben
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#reporting-new-issues). ### Prerequisites - [X] I'm using the latest version of Docusaurus....
Per the specification for pluggable discovery (https://arduino.github.io/arduino-cli/0.20/pluggable-discovery-specification/): ``` HELLO must be the first command sent to the discovery ``` but the 1.x Arduino IDE does not send the hello command....
## Feature Request: Report the Interface Number in addition to the PID/VID/SN. Often now with composite USB devices, there may be multiple interfaces with the same VID/PID/SN and it would...
Many USB devices are composite devices that contain multiple interfaces. If such a device has two or more serial ports (comm ports) then they have the same VID, PID and...
See #113 for history. Closing #147 as that pull was against a branch that has some build-related changes to that shouldn't be part of the pull request. This tracks qnimble/master...
When listing comports on Windows, the interface is always set to None. This is because in list_ports_windows.py the bInterfaceNumber is correctly determined and set locally with the variable bInterfaceNumber. But...
It would be helpful for the getInfo() function to return the InterfaceNumber along with the VID / PID of a USB Serial (CDC) device. When a composite USB device is...
### Have you read the Contributing Guidelines on issues? - [x] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues). ### Description Currently, the setting `toc_min_heading_level` must be set to 2...