Help with USBHost

I am using a USB OTG adapter to connect a keyboard and want to save 5 input characters in a variable and then print those 5 charaters. Is there any way to saev more than 1 character in a variable

Yes, use a string, use the "+" operator to add them. Here is a link explainig: https://docs.arduino.cc/built-in-examples/strings/StringAppendOperator

Thanks

Can the Due supply enough power to the keyboard? How much the current?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.