Search found 36 matches
- Mon Aug 25, 2014 5:39 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Proper way of changing baud rate on USB GLK?
- Replies: 14
- Views: 17831
Re: Proper way of changing baud rate on USB GLK?
Thank you for trying to help me, but I'm on the verge of giving up now :( No matter which way I try (Vrtual COM Port or FTD2xx), my EGLK stops working properly as soon as I change the baud rate to any value other than 19200 bps. At the default 19200 bps it works perfectly though. Just to make sure I...
- Fri Aug 22, 2014 9:53 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Proper way of changing baud rate on USB GLK?
- Replies: 14
- Views: 17831
Re: Proper way of changing baud rate on USB GLK?
Thank you for the suggestion. I've implemented an alternative code path, to use Virtual COM Ports. Sadly, it acts absolutely similarly to the FTD2xx method: once I change the baud rate from 19200 to any other value, the EGLK stops responding to commands. It's a bit like it was hard-wired to work onl...
- Tue Aug 12, 2014 11:39 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Full bitmap display on USB GLK
- Replies: 10
- Views: 12011
Re: Full bitmap display on USB GLK
Thank you for your reply. We've checked the Draw a Bitmap Directly method, and its performance is adequate, at least on our 192x64 resolution GLK. It takes cca 765 milliseconds to update the whole screen at 19200 bps. Now I only wish I could up the baud rate to accelerate the screen update a little ...
- Wed Aug 06, 2014 2:57 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Full bitmap display on USB GLK
- Replies: 10
- Views: 12011
Re: Full bitmap display on USB GLK
Thank you for your detailed reply and insight on the inner workings of the GLK. You sort of mentioned the exact same thing that I proposed as a possible low(er) level enhacement of the firmware: writing multiple pixels at once. It would dramatically improve the performance, since it would take much ...
- Mon Aug 04, 2014 12:02 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Full bitmap display on USB GLK
- Replies: 10
- Views: 12011
Re: Full bitmap display on USB GLK
I'm still interested in somehow resolving the bitmap display bottlenecks on the GLK. I have 2 ideas, one may not work at all, and the other may be something you're not interested in to hassle with: 1) In another manufacturer's LCD protocol I've seen a trick to update multiple pixels via a single com...
- Thu Jul 24, 2014 9:59 am
- Forum: GTT Series
- Topic: GTT Protocol Manual Rev 2.1 questions and issues
- Replies: 21
- Views: 38760
Re: GTT Protocol Manual Rev 2.1 questions and issues
Thank you for your reply. One more issue about fonts: I don't think the Get String Extents command works properly, at least not for me. As a test, I've put a text of "CPU gauge" on the top left corner of the LCD, using the standard Windows True Type font of Tahoma, with 16 pt font size, bl...
- Thu Jul 24, 2014 5:31 am
- Forum: GTT Series
- Topic: GTT Protocol Manual Rev 2.1 questions and issues
- Replies: 21
- Views: 38760
Re: GTT Protocol Manual Rev 2.1 questions and issues
Edit: Nevermind, I've found the required info to calculate dpi for GTT LCDs in the hardware manuals. You just have to scan for Dot Pitch in there, and divide 25.4 by the value :) Using that for font scaling makes the text look exactly how I wanted it to. I'm facing more GTT issues now :) What I'm t...
- Thu Jul 24, 2014 3:46 am
- Forum: GTT Series
- Topic: GTT Protocol Manual Rev 2.1 questions and issues
- Replies: 21
- Views: 38760
Re: GTT Protocol Manual Rev 2.1 questions and issues
Thank you for the fix you've sent me, it works just fine now. I appreciate your fast response and efficient way of sorting out issues.
- Thu Jul 24, 2014 3:44 am
- Forum: GTT Series
- Topic: GTT Firmware Rev 2.0 capabilities, protocol manual issues
- Replies: 20
- Views: 69339
Re: GTT Firmware Rev 2.0 capabilities, protocol manual issue
Hi Tamas, If you're looking for an alternative to the Get Module command, specifically for the GTT, you might consider adding an Echo command at the end of your autoexec file. That way, once the GTT has finished booting and executing all other autoexec commands, it can echo a response of your choos...
- Mon Jul 21, 2014 1:40 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Module type codes list
- Replies: 3
- Views: 7974
Re: Module type codes list
Thank you, Martino!
- Mon Jul 21, 2014 1:03 pm
- Forum: GTT Series
- Topic: GTT Protocol Manual Rev 2.1 questions and issues
- Replies: 21
- Views: 38760
Re: GTT Protocol Manual Rev 2.1 questions and issues
Should I add more delays between the GTT_LoadBitmap procedure calls, or between the FT_Write and FT_Read calls? I'm a bit confused though, since I assumed after the display returns either eErrorCode_Success or an error code after issuing the Load A Bitmap command, it is safe to do anything with the ...
- Mon Jul 21, 2014 9:54 am
- Forum: GTT Series
- Topic: GTT Protocol Manual Rev 2.1 questions and issues
- Replies: 21
- Views: 38760
Re: GTT Protocol Manual Rev 2.1 questions and issues
Thank you for looking into this. Here are the two PNG files that fails to load. My test code is above, and here's the GTT_LoadBitmap function: Function GTT_LoadBitmap(by_idx:Byte;sa_filename:AnsiString):Boolean; Var d_amount,d_len,d_read,d_written : DWord; i : Integer; bu_out : Array [0..1023] Of By...
- Mon Jul 21, 2014 9:29 am
- Forum: GTT Series
- Topic: GTT Protocol Manual Rev 2.1 questions and issues
- Replies: 21
- Views: 38760
Re: GTT Protocol Manual Rev 2.1 questions and issues
My GTT50A reports a Module Version of 2.0, and a Firmware Version of 2.1. It was purchased a mere 3 weeks ago, so I assume it is running the very latest firmware. Is it possible to check the firmware build number as well, or only 2.1 is available via GTT protocol calls? I've tried it with a single, ...
- Mon Jul 21, 2014 8:39 am
- Forum: GTT Series
- Topic: GTT Protocol Manual Rev 2.1 questions and issues
- Replies: 21
- Views: 38760
Re: GTT Protocol Manual Rev 2.1 questions and issues
Thank you for your reply. The code above is only a test code. My regular code works erratically due to this issue, and I've had to make a test code to pinpoint the actual issue. My regular code simply cannot display PNG images after the LCD gets updated by issuing a Clear All Buffers and loading all...
- Mon Jul 21, 2014 8:03 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Module type codes list
- Replies: 3
- Views: 7974
Module type codes list
Hi, Is there a full list of module type codes? I've tried to collect a full list, but it's not easy, since you have to download and check every technical manuals for current and legacy products :( It would be great if you could post a full chart containing every Matrix Orbital module type codes ever...