CringelordTheCRT
New member
hello,
I've recently acquired a qualysguard scanner appliance II, which from the factory uses a serial version of the CFA-633 mounted to the front to display status codes. it no longer runs the original software, and i would like to restore that functionality. while trying to make sure everything with the display still works using the linux demo program offered on by crystalfontz, it connects to the display fine, its able to send the clear command and the device blanks out the screen, but gives an error when it tries to display anything. pressing buttons on the keypad results in the computer printing out the packet it received, so i can confirm its communicating with the computer at least
does anyone have any advice for the error it gives, or know of any different software available for debian to test it?
Ultra-simple CFA-631 / CFA-633 / CFA-635 command-line communications example.
Crystalfontz America, Inc. http://www.crystalfontz.com
Usage:
./example-633 PORT BAUD
PORT is something like "/dev/ttyS0" or "/dev/usb/ttyUSB0"
BAUD is 19200 or 115200
To clear the display, enter "clear" as an optional third parameter
Serial_Init:: success
"/dev/ttyS0" opened at "19200" baud.
C=223(Error: Send Data to LCD (row,col)),L=0,D="",CRC=0xD3B4
C=223(Error: Send Data to LCD (row,col)),L=0,D="",CRC=0xD3B4
Ctrl-C to exit.
Updated display, now waiting for packets
C=128(key:KEY_ENTER_PRESS),L=1,D="\005",CRC=0x8455
C=128(key:KEY_ENTER_RELEASE),L=1,D="\011",CRC=0x6D2B
C=128(key:KEY_ENTER_PRESS),L=1,D="\005",CRC=0x8455
C=128(key:KEY_ENTER_RELEASE),L=1,D="\011",CRC=0x6D2B
I've recently acquired a qualysguard scanner appliance II, which from the factory uses a serial version of the CFA-633 mounted to the front to display status codes. it no longer runs the original software, and i would like to restore that functionality. while trying to make sure everything with the display still works using the linux demo program offered on by crystalfontz, it connects to the display fine, its able to send the clear command and the device blanks out the screen, but gives an error when it tries to display anything. pressing buttons on the keypad results in the computer printing out the packet it received, so i can confirm its communicating with the computer at least
does anyone have any advice for the error it gives, or know of any different software available for debian to test it?
Ultra-simple CFA-631 / CFA-633 / CFA-635 command-line communications example.
Crystalfontz America, Inc. http://www.crystalfontz.com
Usage:
./example-633 PORT BAUD
PORT is something like "/dev/ttyS0" or "/dev/usb/ttyUSB0"
BAUD is 19200 or 115200
To clear the display, enter "clear" as an optional third parameter
Serial_Init:: success
"/dev/ttyS0" opened at "19200" baud.
C=223(Error: Send Data to LCD (row,col)),L=0,D="",CRC=0xD3B4
C=223(Error: Send Data to LCD (row,col)),L=0,D="",CRC=0xD3B4
Ctrl-C to exit.
Updated display, now waiting for packets
C=128(key:KEY_ENTER_PRESS),L=1,D="\005",CRC=0x8455
C=128(key:KEY_ENTER_RELEASE),L=1,D="\011",CRC=0x6D2B
C=128(key:KEY_ENTER_PRESS),L=1,D="\005",CRC=0x8455
C=128(key:KEY_ENTER_RELEASE),L=1,D="\011",CRC=0x6D2B
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.