Hello,
I had my lk204-25 working great with my laptop and linux using the LCD::MatrixOrbital perl module, although i had to hack it a bit to get it to compile on newer versions of perl:
http://www.evilsoft.org/Software/LCD.txt
Anyways, I moved the setup over a new computer, the permanent home. And it seems like now all I get is strange chars on the screen instead of the normal text. I have noticed that sometimes if I fire up "LCDProc" first and then start my script it seems to work ok. I am wondering if this is a character encoding issue or if my serial port needs to be initialized somehow.
Linux, serial port, strange chars on screen
Speed
I have set the speed with setserial and it shows this:
stty -F /dev/ttyS1
speed 19200 baud; line = 0;
min = 1; time = 3;
-brkint -icrnl -imaxbel
-opost
-isig -icanon -iexten -echo
Do I need to change one of the other settings?
stty -F /dev/ttyS1
speed 19200 baud; line = 0;
min = 1; time = 3;
-brkint -icrnl -imaxbel
-opost
-isig -icanon -iexten -echo
Do I need to change one of the other settings?