How to send more than 64bytes of data

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
amateur_24
Posts: 4
Joined: Wed Aug 04, 2010 8:13 pm

How to send more than 64bytes of data

Post by amateur_24 » Sat Apr 30, 2011 8:42 pm

Hi I have an LCD connected to my avr. It's a 20 columns by 4 rows hence it can display upto 80 chars. If I haven't misunderstood the source code given in the wiki
I would send more than 64bytes if I wanted to send a message to the lcd thats 80 chars long. How can I do this using vusb?

ulao
Rank 4
Rank 4
Posts: 481
Joined: Mon Aug 25, 2008 8:45 pm

Re: How to send more than 64bytes of data

Post by ulao » Sat Apr 30, 2011 11:44 pm

apologies if this is not what you are after but you may want to have a look at this

viewtopic.php?f=8&t=4776

Post Reply