In trying to configure a Hitachi 47780 LCD purchased on ebay, I am able to get it to work nicely in windows on my system. But when trying to get it to work on Ubuntu is a little trickier. dmesg sees the device but it doesnt define the ttys that I can tell. LCDd needs a ttys and a port? I can't seem to find either.
Bus 001 Device 003: ID 0403:c630 Future Technology Devices International, Ltd lcd2usb interface
dmesg shows
[ 1.901296] usb 1-1.1: Product: LCD2USB
[ 1.901297] usb 1-1.1: Manufacturer: Lcdmod Kit
[ 1.983818] usb 1-1.4: new high-speed USB device number 4 using ehci-pci
[ 2.076763] usb 1-1.4: New USB device found, idVendor=14cd, idProduct=8168
[ 2.076765] usb 1-1.4: New USB device strings: Mfr=1, Product=3, SerialNumber=2
Any help is appreciated to ensure I have the right LCDd.conf.
Julez
Last edit: Markus Dolze 2013-10-20
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
For the lcd2usb device no Device or Port settings are required. Within the [server] section be sure to set Driver=hd44780 , then in the [hd44780] section ConnectionType=lcd2usb should be all you need.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In trying to configure a Hitachi 47780 LCD purchased on ebay, I am able to get it to work nicely in windows on my system. But when trying to get it to work on Ubuntu is a little trickier. dmesg sees the device but it doesnt define the ttys that I can tell. LCDd needs a ttys and a port? I can't seem to find either.
My current LCDd.conf
lsusb shows
dmesg shows
Any help is appreciated to ensure I have the right LCDd.conf.
Julez
Last edit: Markus Dolze 2013-10-20
Hi,
naming the actual product you bought will help much. HD44780 is a generic controller. From the dmesg output it seems like a Lcdmod Kit display.
I suggest reading http://lcdproc.sourceforge.net/docs/current-user.html#hd44780-lcd2usb first.
For the lcd2usb device no Device or Port settings are required. Within the [server] section be sure to set
Driver=hd44780
, then in the [hd44780] sectionConnectionType=lcd2usb
should be all you need.