Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
rtestardi opened this issue Jul 6, 2024 · 1 comment
Assignees

Comments

@rtestardi
Copy link
Owner

rtestardi commented Jul 6, 2024

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 rtestardi self-assigned this Jul 6, 2024
@rtestardi
Copy link
Owner Author

fixed in v2.27j

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant