HD44870 LCD to USB

Status
Not open for further replies.
You're looking for something that probably doesn't exist - USB isn't a trivial thing to use.
 

Yes, get an Arduino microcontroller board, around $30.

Arduino - ArduinoBoardDuemilanove

It has all the hardware required to interface your display to a PC. Your PC will see the board as a simple serial comm port. Your PC application program will send characters out the serial USB port. The program you write for the Arduino will convert these serial characters to either a 8 bit or 4 bit format to send to the display. The Arduino IDE software system has software functions already created to talk to these types of display controllers.

Arduino - LiquidCrystal

Lefty
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…