Never mind. It was the baud rate:
stty -F /dev/ttyS1 19200
Youssef Eldakar
Bibliotheca Alexandrina
Search found 2 matches
- Tue Apr 18, 2006 8:43 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: LK162-12 on Linux
- Replies: 1
- Views: 1995
- Tue Apr 18, 2006 4:53 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: LK162-12 on Linux
- Replies: 1
- Views: 1995
LK162-12 on Linux
I am trying to use an LK162-12 on Linux. To test things out, I am trying to clear the display by using Perl:
perl -e 'open LCD,">/dev/ttyS1"||die "Fail\n";print LCD pack("CC",254,88);close LCD'
However, the display is not being cleared. Instead, it displays funny characters.
Youssef Eldakar ...
perl -e 'open LCD,">/dev/ttyS1"||die "Fail\n";print LCD pack("CC",254,88);close LCD'
However, the display is not being cleared. Instead, it displays funny characters.
Youssef Eldakar ...