Neradoc

Results 30 comments of Neradoc

Updated for Apple Silicon - `IOUSBInterface` becomes `IOUSBHostInterface` - `USB Interface Name` removed for `kUSBString` Updated to look for the interface name outside of the hierarchy on 10.12 and 10.13,...

Hi, it looks like this does not yield the product name, but the interface name, which is not consistent with the other platforms. ``` Name: COM8, Product: CircuitPython CDC control,...

There's a typo (there is no `-` in circuitpython) but I assume that's only here, since I can reproduce the issue. Tested in a venv, it also did not install...

I think it would be better to use `.product` ~followed by `REPL` or `data` based on the value of `.interface`.~ ~Or fallback to `.description` if you don't get something reasonable...

I believe I tried to add the product to the pyserial code by poking around with ctypes where it gets the description, and failed, but then again I don't know...

Oh, `port` is not the comport from `adafruit_board_toolkit` 🤦 Well I misread that... I'm really curious what it tells us on windows then. On mac I get that, which is...

Oh well, that's what I get on windows. 😞 ![mu-windows](https://user-images.githubusercontent.com/6160205/184224166-1415dcb6-0e9e-4d3b-8c29-8dd76aaabd3f.jpg)

Reading boot_out.txt on the drive can be disruptive since it might cause an auto-reload, I don't actually advise doing that. In addition to the other reason mentioned above. I did...

> The auto-reload happens after write, not on read. The actual file isn't actually read, only the file's existence is verified. Usually not, but sometimes it does, it depends on...

Yes, no matter the delay between press and release. Note that "R + R" seems to be meaning "simultaneously R and R", which is weird. Mashing 2 keys on the...