Arduino clone dev project - Experienced SOFTWARE engineer
6 views
Skip to first unread message
lcdking
unread,
Sep 15, 2011, 11:30:59 AM9/15/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Micropendous
I Want a consultant with software experience on using the arduino
emulation of this board to connect to arduino through MY USB to serial
adapter integrated in my design of a smart LCD: store.earthlcd.com/ ezlcd-301
Randy
Opendous Support
unread,
Sep 16, 2011, 6:26:23 PM9/16/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Micropendous
So you want to use an AT90USB1287 or AT90USB647 to Host your USB
Serial LCD Device?
Right now the LUFAduino example combines FreeRTOS, some Arduino
libraries, and the LUFA VirtualSerial Device demo. What you will need
to do is replace the LUFA VirtualSerial Device demo with the LUFA
VirtualSerial Host demo. Arduino code such as Serial.write() would
then send/receive to your LCD over the USB interface.
I will add to my TODO list a need to create tutorials for 1)
combining LUFA+FreeRTOS and 2) combining LUFA/FreeRTOS+Arduino.