rtestardi / usbte

Web USB Flea-Scope™ GUI/deep-dive UI and general-purpose terminal emulator (well, without actual emulation :-)
MIT License
19 stars 7 forks source link

Some Samsung phones claim Flea-Scope with serial driver but do not expose Web Serial... #5

Closed rtestardi closed 3 months ago

rtestardi commented 4 months ago

I am working on a new version of firmware v2.27j which will conditionally allow Flea-Scope to expose a non-CDC/ACM endpoint to the host. The trick is deciding when to do this, since if I do it all the time, then you can't treat the Flea-Scope as a serial port on Windows (which means no python access, etc.). In the current head of tree, I condition this on the state of pin "a0", which has an internal pull-up (unlike all of the other the analog-capable "a" pins) -- if you tie "a0" to ground on boot, Flea-Scope will expose a non-CDC/ACM endpoint instead of CDC/ACM. Once folks do this, they will want to use the “manual” web-page flavor and click “USB” instead of “Comm”.

rtestardi commented 3 months ago

fixed in v2.27j