Search found 14 matches

by dconnell
Wed Apr 19, 2006 12:18 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Startup screen and Linux boot
Replies: 3
Views: 3771

With this unit and using linux, keypad can be read ok? <n

I thought I read somewhere that linux support for interpreting the keypad input from MO units is not supported yet...
by dconnell
Wed Apr 19, 2006 12:11 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: MatrixOrbital SDK
Replies: 17
Views: 24450

Clarification

So if I use one of the character displays with keypads on a linux box (Redhat) my code would not be able to interpret the keypad commands at this point - correct?
by dconnell
Mon Sep 15, 2003 7:48 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Need Win2K drivers for my lk202-24 USB
Replies: 1
Views: 2216

FOUND IT....

THANKS
by dconnell
Mon Sep 15, 2003 7:27 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Need Win2K drivers for my lk202-24 USB
Replies: 1
Views: 2216

Need Win2K drivers for my lk202-24 USB

I don't have the CD that came with my units and I want to install one in a Win2K box... are the drivers available for download or can somebody email them to me at dconnell@autoairgap.com?

DWC :x
by dconnell
Mon Aug 25, 2003 1:57 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: lk202 USB block/blinking cursor problems (VB)
Replies: 27
Views: 23398

No., no startup screen.

I havn't programmed the serial number.

I havn't received anything from support regarding my request to return these either. I don't have time to 'fix' the product. I need to get a product that works.

DWC
by dconnell
Thu Aug 21, 2003 8:13 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: lk202 USB block/blinking cursor problems (VB)
Replies: 27
Views: 23398

From uProject.exe:


Read Module Type = ""
Read Serial Number = FF FF
Read Version Number = FF :-?
by dconnell
Thu Aug 21, 2003 7:20 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: lk202 USB block/blinking cursor problems (VB)
Replies: 27
Views: 23398

I executed the instructions provided and the utility returned success. This code now results in the output indicated below the snippet ............................................ MSComm1.Output = Chr(254) & Chr(72) MSComm1.Output = "AAAAAAA" MSComm1.Output = Chr$(254) & Chr$(71) &...
by dconnell
Thu Aug 21, 2003 6:22 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: lk202 USB block/blinking cursor problems (VB)
Replies: 27
Views: 23398

Okay... well it's nice to know that I'm not crazy or inept. It is disconcerting that I've spent this much time working through this when it simply may be a quality control issue...

Please advise on how I can fix this asap, I'll be back at this late thursday evening/night est
by dconnell
Wed Aug 20, 2003 11:14 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: lk202 USB block/blinking cursor problems (VB)
Replies: 27
Views: 23398

Thanks. I've been trying to develop software for my automated airgap switches (www.autoairgap.com) to enable me to get away from having to have customers use a hyperterminal to control/configure the devices... I've been struggling with these two initial units (lcds) for some time now... argh!!! Than...
by dconnell
Wed Aug 20, 2003 11:00 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: lk202 USB block/blinking cursor problems (VB)
Replies: 27
Views: 23398

When I send chr$(254) & chr$(54)... nothing happens.

The lcdtester I have from matrixorbital is returning a version 32... I believe. It wouldnt recognize the unit until I manually updated the database to 0x36 from 0x6
by dconnell
Wed Aug 20, 2003 10:46 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: lk202 USB block/blinking cursor problems (VB)
Replies: 27
Views: 23398

How can I tell?
by dconnell
Wed Aug 20, 2003 10:28 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: lk202 USB block/blinking cursor problems (VB)
Replies: 27
Views: 23398

I would have expected this code to place the cursor home (left - line 1), then output an 'H' with block/blinking cursor, then output an 'I' with an underline cursor. It simply results in an 'I' in the home position. Private Sub Command3_Click() MSComm1.Output = Chr$(254) & Chr$(72) MSComm1.Outpu...
by dconnell
Wed Aug 20, 2003 10:13 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: lk202 USB block/blinking cursor problems (VB)
Replies: 27
Views: 23398

LCDC says its an LK202-24-USB or MX2xx rev1-3
by dconnell
Wed Aug 20, 2003 10:03 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: lk202 USB block/blinking cursor problems (VB)
Replies: 27
Views: 23398

lk202 USB block/blinking cursor problems (VB)

Cannot seem to get either the block cursor or the blinking cursor to come on. mscomm1.output = chr$(254) & chr$(74) does nothing.... nor does 254 + 83... I'm not having any difficulty with anything else... so I think I have a grasp of how to use the commands. I need this to assist with keypad na...