Search found 15 matches

by ctimmer
Wed Feb 26, 2003 1:03 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Displaying custom characters
Replies: 6
Views: 6154

You didn't show how "DISPLAY" was opened/set.
Try setting binmode (binmode DISPLAY;). This should be used whenever non-ascii output is used.

Also try disabling output buffering on DISPLAY so all text is flushed after each print.
by ctimmer
Sat Dec 07, 2002 9:29 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Linux and perl problem
Replies: 6
Views: 5731

One more thing to try, change the lcd open to: open(LCD,">-")||die "ERROR: can not write to /dev/lcd\n"; This will cause the LDC output to go to stdout. Run the test script capturing the output: lcdtest.pl > lcd.out Then, dump the output in hex: od -h lcd.out # hex only od -hc lc...
by ctimmer
Fri Dec 06, 2002 9:27 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Linux and perl problem
Replies: 6
Views: 5731

Also check the tty settings (stty -a < /dev/lcd, I think) after the c++ application has run. The character size may be set to cs7. This would cause any character above x7F to be sent incorrectly.
by ctimmer
Wed Jul 24, 2002 9:42 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: console output for Linux?
Replies: 19
Views: 17226

You might have a problem with flow control if you designated the LCD tty device as the console. A better solution would be to write a kernel mod (easier than it sounds) to intercept the console output as pass it to the LCD device.
by ctimmer
Thu Mar 28, 2002 6:25 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LCDriver problems - writing to 2nd line
Replies: 11
Views: 8656

From the 'sure would be nice' list I would like to see a 'dump mode' on the LCD's. When activated the LCD would just display (in hex) the data it receives without any kind of formatting. That would eliminate a lot of problems with what I think I am sending vs what I am really sending. Future feature...
by ctimmer
Tue Feb 26, 2002 2:21 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Project idea- LCD terminal
Replies: 4
Views: 5144

Ex2 under MO's programming examples might be a good place to start. I wrote this to test my LCD. Are you wanting to use a keypad (somewhat limited) or the console keyboard? Or both??? Do you only need basic screen formatting such as FF, NL, CR controls or full formatting that allows such things as f...
by ctimmer
Tue Feb 12, 2002 12:36 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: GLK24064-25 wide voltage LCD connection problems
Replies: 8
Views: 6537

If I had looked a little closer at your post I would have seen that you have the same LCD that I have. I have buffer overrun problems at the standard 19.2 bps rate. Try putting a short delay after moving the cursor to the next line. Also put a longer delay after the display clear. I just had to expe...
by ctimmer
Fri Feb 08, 2002 2:12 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: GLK24064-25 wide voltage LCD connection problems
Replies: 8
Views: 6537

You seemed to have answered your own question and your test support this. You are having buffer overflow problems. Solutions: 1. If you don't want to throttle you application, run at a very low bps rate. 2. Place waits after sending a reasonable number of characters (less than the buffer size). It i...
by ctimmer
Mon Jan 21, 2002 8:54 am
Forum: General Chat
Topic: MO Email Problems ?
Replies: 6
Views: 5950

On your contacts web page you have a '-' in 'martix-orbital', I had to remove the dash to get the email to work.
by ctimmer
Fri Dec 14, 2001 9:27 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: what this phorum really needs...
Replies: 9
Views: 10392

1. Go to the phpbb admin page and select "Set header/meta/footer" 2. Place your html code in the header box, example: <a href="http://Matrixorbital.com">Return Home</a> 3. This will appear at the top of each page and provide a return to your web site. <font size=-1>[ This Message...
by ctimmer
Thu Dec 13, 2001 10:44 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LCD Watch
Replies: 43
Views: 36398

funny??? Did you mean functional. Unfortunately the picture does not show the duct tape inside the display box. This is a class act!
by ctimmer
Thu Dec 13, 2001 10:34 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: what this phorum really needs...
Replies: 9
Views: 10392

Hey!!!! What about our links?
by ctimmer
Tue Dec 11, 2001 1:48 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LCD speed rate
Replies: 2
Views: 3865

I put an on/off switch on my GLK24064 with no ill effects. You may have a problem on power up with applications that don't refresh the entire display when the display is updated. States may be out of sync (e.g. backlight on/off).

Curt
by ctimmer
Mon Dec 03, 2001 4:22 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK204-PC + LCDriver
Replies: 2
Views: 4625

If text cursor positioning is used the software may be assuming the first row is zero. I believe it is actually 1 (the manual is not very clear on this). This error could generate the results you are seeing.
by ctimmer
Fri Nov 16, 2001 4:00 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: what this phorum really needs...
Replies: 9
Views: 10392

A link to the forum from your home page/site map would be nice too. I assume that Oct 4 forum up announcement will eventually go away.