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

test of signalling from picomite to HID2CDC #3

Open
robert-rozee opened this issue Jan 15, 2024 · 0 comments
Open

test of signalling from picomite to HID2CDC #3

robert-rozee opened this issue Jan 15, 2024 · 0 comments
Assignees

Comments

@robert-rozee
Copy link

robert-rozee commented Jan 15, 2024

hi No0ne,
i'd like to experiment with having the picomite VGA send a message to the HID2CDC and have it respond back. would it be possible to implement the following three things?

  1. have the HID2CDC respond to escape Z (0x1B followed by 0x5A received from the picomite) by sending the string of 7 characters "HID2CDC" to the picomite. this is the first step of the picomite determining if it is connected to a HID2CDC and re-configuring itself accordingly. any other serial VT-like device that a picomite is likely to be connected to will either ignore the escape Z sequence, or send back a different response.

  2. set GPIO4 high if the control character DC1 is received from the picomite, and low if DC2 is received.

  3. set GPIO5 high if the control character DC3 is received from the picomite, and low if DC4 is received.

cheers,
rob :-)

@No0ne No0ne self-assigned this Jan 16, 2024
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

When branches are created from issues, their pull requests are automatically linked.

2 participants