You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works and sends data, BUT USB Analyzer by Eltima Software says im sending {1,12,192,4,88} => arduino adds '1' byte at the start of my message
Is there anything I can do with it?
Hmm...
Sounds realistic.
Could you then give me any tip for "is my idea is even realisable",please ?
As i can think esp32 should programmed as usb-host, but when i tried no data was sent at all(
Good day
Im trying to make a controller for my device(NUX-MG30) and I need to send {12,192,4,88} to the usb interface of this device:
This is a bit changed version of
hid_generic.ino
Problem
It works and sends data, BUT
USB Analyzer by Eltima Software
says im sending {1,12,192,4,88} => arduino adds '1' byte at the start of my messageIs there anything I can do with it?
My settings
Plate: Esp32s3 dev module
USB-MODE: USB-OTG (TinyUsb)
CDC-ON-BOOT: True
JTAG: Disabled
End
Thanks to everyone who took a look at my problem
The text was updated successfully, but these errors were encountered: