Hi,
My XES635BKTMFKU just arrived today. It just so happens that my boss was out of work, so no-go on our big project for the day. I ran home, picked up the package, and by 5:00, had it working on my workstation (OpenSuSE Linux 10.3) with the Linux test program. I also wrote up a Python class using PySerial to control it, and confirmed that it worked.
Once I got home, I plugged it in to the machine I intend to use it with - an older HP OmniBook laptop with one USB 1.1 port, running Debian Linux (4.0). I had it plugged in through a hub, as there was already a USB Dallas 1-wire adapter. Once I plugged it in, it wouldn't work - I got a backlight, though dimmer than it should be. No text on the screen, and all LEDs lit - some green, some orange, some red.
I ran out to buy a powered USB hub, but it didn't make any difference at all.
I tried my Python class with no luck. I also tried the test program, but all I got was:
I gave interceptty a run to verify the data, and it appears that the correct data is going out, but *nothing* is coming back from the LCD.
It seems to be correctly recognized by the OS as /dev/ttyUSB0 (/dev/ttyUSB1 is the pseudo-device created by interceptty):
I was really psyched about this - and this laptop is pretty much the only device I have that meets the specs of my project. I really would hate to have to return it and use an older serial LCD.
Thanks in advance for any help,
Jason Antman
My XES635BKTMFKU just arrived today. It just so happens that my boss was out of work, so no-go on our big project for the day. I ran home, picked up the package, and by 5:00, had it working on my workstation (OpenSuSE Linux 10.3) with the Linux test program. I also wrote up a Python class using PySerial to control it, and confirmed that it worked.
Once I got home, I plugged it in to the machine I intend to use it with - an older HP OmniBook laptop with one USB 1.1 port, running Debian Linux (4.0). I had it plugged in through a hub, as there was already a USB Dallas 1-wire adapter. Once I plugged it in, it wouldn't work - I got a backlight, though dimmer than it should be. No text on the screen, and all LEDs lit - some green, some orange, some red.
I ran out to buy a powered USB hub, but it didn't make any difference at all.
I tried my Python class with no luck. I also tried the test program, but all I got was:
Code:
Serial_Init:: success
"/dev/ttyUSB1" opened at "115200" baud.
Timed out waiting for a response.
Timed out waiting for a response.
Timed out waiting for a response.
Timed out waiting for a response.
Ctrl-C to exit.
Updated display, now waiting for packets
It seems to be correctly recognized by the OS as /dev/ttyUSB0 (/dev/ttyUSB1 is the pseudo-device created by interceptty):
Code:
usb 1-1.2: new full speed USB device using uhci_hcd and address 21
usb 1-1.2: configuration #1 chosen from 1 choice
ftdi_sio 1-1.2:1.0: FTDI USB Serial Device converter detected
drivers/usb/serial/ftdi_sio.c: Detected FT8U232AM
usb 1-1.2: FTDI USB Serial Device converter now attached to ttyUSB0
Thanks in advance for any help,
Jason Antman
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.