lk202 USB block/blinking cursor problems (VB)
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) & Chr$(1) & Chr$(2)
MSComm1.Output = "bbb"
MSComm1.Output = Chr$(254) & Chr$(74)
MSComm1.Output = "cc"
...............................
Line 1:ccAAAAA
Line 2:bbb
No underline
254 + 83 = no block either.
Next?
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) & Chr$(1) & Chr$(2)
MSComm1.Output = "bbb"
MSComm1.Output = Chr$(254) & Chr$(74)
MSComm1.Output = "cc"
...............................
Line 1:ccAAAAA
Line 2:bbb
No underline
254 + 83 = no block either.
Next?
-
- Matrix Orbital
- Posts: 255
- Joined: Thu Sep 13, 2001 6:00 pm
- Location: Calgary, Alberta, Canada
Serial number should be FFFF unless you've programmed it. uProject doesn't detect the display type properly with these ones. The one I'm worried about is the revison of 0xFF, which indicates that your memory is not initalized. Does your display have a startup screen still?
James McTavish, P.Eng
Director of Engineering
Matrix Orbital
Director of Engineering
Matrix Orbital
Please contact me at myero@matrixorbital.com and we'll resolve the issue. 

Miles Y.
Head of Technical Support
Product Manager
Matrix Orbital
Head of Technical Support
Product Manager
Matrix Orbital
I have the same problem !

I have exactly the same problems as described by dconnell. I can't get block or underline cursors to work.
Don't think I can tell what my PCB revision is, as I have an MX2, and I guess I can't see the etching. There's a handwritten serial of '03M08-827'. My firmware revision comes back as 0x20. I don't want to try the firmware upgrade as I'm not sure what the PCB revision is.
I have a second MX2, but haven't tried that one yet.
Can I have some support, please ?
-
- Matrix Orbital
- Posts: 255
- Joined: Thu Sep 13, 2001 6:00 pm
- Location: Calgary, Alberta, Canada
Sounds like you have the memory file that has the bug. Head over to http://www.lcdforums.com/forums/viewtop ... highlight= and follow the instructions at the bottom of the page. Let us know how it turns out.
James McTavish, P.Eng
Director of Engineering
Matrix Orbital
Director of Engineering
Matrix Orbital
URLs are not working

Gary Roussak
-
- Matrix Orbital
- Posts: 255
- Joined: Thu Sep 13, 2001 6:00 pm
- Location: Calgary, Alberta, Canada
Update: The file link has been updated in that post. The new link is
http://www.lcdforums.com/download/MemUploader.zip
Hope this helps.
http://www.lcdforums.com/download/MemUploader.zip
Hope this helps.
James McTavish, P.Eng
Director of Engineering
Matrix Orbital
Director of Engineering
Matrix Orbital
Successful outcome

You may already know, but just wanted to point out that, when altering Contrast and Brightness with uProject, spurious characters are sent to the display (from the top half of the ASCII table).