Is it possible to get both press and release events for buttons? So a user can hold down a button to start and action and release the button to stop it?
D
Posts made by devmonkey
-
Button released events
-
RE: GUI-O does not work with RPI Pico over USB serial
@kl3m3n I have the official RPI pico, not a clone.
-
RE: GUI-O does not work with RPI Pico over USB serial
Serial USB Terminal reports the Pico as:
Serial device: CDC
Vendor: 2E8A Name: Arduino
Product: 00C0 Name: RaspberryPi Pico -
GUI-O does not work with RPI Pico over USB serial
Pico works fine with "Serial USB Terminal", I can send @init and get the correct response.
GUI-O tested on esp32 over usb serial and it works fine.
GUI-O error on plugging in Pico: "Usb serial device not found or not supported, retrying in 5 seconds"
Baud 115200 in all cases, also tried 9600, same error.
Please help.