*****************************************
*					*
*		USB-LCD			*
*					*
*****************************************

The USB-LCD is intended to connect HD 44780 compatible character-LCDs
with one or two controllers to the USB-port.

Program the "USB-LCD.hex" file in the directory "firmware\default" to the Tiny2313's flash and programm the Fuse Low Byte to 0xFF (all unprogrammed).

Using Windows XP:

Connect the C to the USB-port and install the libusb-win32 driver.
Now you can use the USB-LCD.dll found in "DLL\Release" to controll the LCD through the C.

Using Linux:

The USB-LCD has not been tested under Linux, but should work as well as under Windows XP.
Just use libusb and write your own application.
You can see the commands, send to the C, in "USB_LCD.CPP".




USB-LCD uses the AVR-USB firmware by Objective Development and the open libusb-win32 library.

For more informations see www.obdev.at and libusb-win32.sourceforge.net

USB-LCD hads been created by

Lukas Koch
Frooosch@msn.com

Thanks to the people of www.modding-faq.de for their support.