I seem to be having a problem finding the information I need to be able to send characters from an Arduino to a serial terminal via a USB Host Shield.
It seems like it would be simple enough, but everything I have come across so far seems to make it so much more complex than I thought it should be.
My setup, at the moment, is an Arduino that reads some switches and then sends a character built from the value of the switches to an LCD display. That part works fine. I can get any character I want on the LCD display merely by setting the switches to some value.
Now what I want to do is take that same character and send it thru a USB Host Shield to a USB to Serial dongle attached to a serial terminal so the same character displays on the terminal screen!
Sounds easy enough, but so far I've been stumped by the USB Host Shield setup and use.
Arduino sells a USB Host Shield, which is the one I bought, but doesn't seem to produce a lot of "documentation" on how to implement it.
Thanks for any suggestions.