Search found 7 matches

by kevan.t
Mon Jul 28, 2008 2:09 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Unreliable Bitmap up-load on GLK19264-7T-1U (USB)
Replies: 5
Views: 5374

Thanks for the advice.

This seems to be an ongoing issue with the filesystem, so I'll keep looking for work-arounds.

For your information: I can get the device back into a usable state by using MOGD# to wipe the filesystem, then uploading a font or a bitmap, again using MOGD#.

Then, I have ...
by kevan.t
Fri Jul 25, 2008 5:51 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Unreliable Bitmap up-load on GLK19264-7T-1U (USB)
Replies: 5
Views: 5374

Correction to above!...

I was wrong about MOGD# - when the display is in this state, MOGD# cannot upload to it either.

So far the display has failed to recover and is presently unusable. I am going to switch it off and go home for the weekend. Perhaps it will be Ok on Monday...
by kevan.t
Fri Jul 25, 2008 5:04 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Unreliable Bitmap up-load on GLK19264-7T-1U (USB)
Replies: 5
Views: 5374

Unreliable Bitmap up-load on GLK19264-7T-1U (USB)

This post may be related to my other post today - in that I get either one of the problems.

After a few hours of normal operation, my GLK19264-7T-1U (USB) stops accepting bitmap uploads properly. It gets part-way through a 1538 byte bitmap upload and then returns a bad echo byte, at which point my ...
by kevan.t
Fri Jul 25, 2008 3:50 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Unreliable response from GLK19264-7T-1U (USB)
Replies: 2
Views: 3678

Unreliable response from GLK19264-7T-1U (USB)

After a few hours of normal operation, my GLK19264-7T-1U (USB) stops responding correctly to the "Get Filesystem Directory" command. Instead of returning the entry list, it just responds with a single byte with the value "0xFE".

No matter what I do I cannot correct this. After a few hours ...
by kevan.t
Tue Jul 22, 2008 8:13 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Bitmap upload problems on GLK19264-7T-1U
Replies: 5
Views: 5858

Thanks for confirming that.

I have a further question...

I have implemented the upload protocol correctly now but I was still not seeing the echo after sending the bitmap width. I discovered that if I removed my "WipeFileSystem" command send, which was done just before the upload, it all started ...
by kevan.t
Tue Jul 22, 2008 2:01 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Bitmap upload problems on GLK19264-7T-1U
Replies: 5
Views: 5858

Troy, thanks for the immediate response. This is the kind of technical support we like!

I downloaded the excellent Portmon and captured a bitmap upload to the display using MOGD#. All appears as expected EXCEPT for some extra stuff after MOGD# receives the CONFIRM(0x01) following transmission of ...
by kevan.t
Mon Jul 21, 2008 4:57 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Bitmap upload problems on GLK19264-7T-1U
Replies: 5
Views: 5858

Bitmap upload problems on GLK19264-7T-1U

I am trying to upload a bitmap file to my GLK19264-7T-1U (USB) following the instructions in your Technical Manual version 1.1.

The code gets as far as starting the data upload - it has received confirmation (0x01) from the unit to say the file will fit. After the first byte I wait for the echo ...