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
my rhport is showing 104, a value which I don't understand, and its the same for all of them. I'm not sure how the event gets the value it has, since the code isn't fully clear to me.
What exactly do I have to add to the hid_controller example to get it to work with a keyboard. I have connected it with the usb port and also with the pio gpio pins, but this event is not changing and I'm completely out of ideas on how to proceed.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all
I have managed to get the HID_CONTROLLER from the tinyusb example to work on my pico, but there is a problem.
$13 = {rhport = 104 'h', event_id = 2 '\002', dev_addr = 0 '\000', {connection = {hub_addr = 1 '\001', hub_port = 31 '\037', speed = 4 '\004'}, xfer_complete = {ep_addr = 1 '\001',
result = 31 '\037', len = 402653184}, func_call = {func = 0x20041f01, param = 0x18000000}}}
my rhport is showing 104, a value which I don't understand, and its the same for all of them. I'm not sure how the event gets the value it has, since the code isn't fully clear to me.
Any help would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions