Search found 8 matches

by bigmaple
Tue Oct 20, 2020 12:49 pm
Forum: GTT Designer
Topic: GTT2.5 slider handler
Replies: 0
Views: 23053

GTT2.5 slider handler

Anyone have any examples of a handler for a GTT2.5 type slider control? I tried to create just a basic one to do a printf when the handler is tripped, based on what I saw in gtt_events.h : void handle_MotorSlider(gtt_device *gtt, uint16_t ObjectID, uint16_t PropertyID){ printf("Slider Handler %...
by bigmaple
Mon Aug 31, 2020 8:53 am
Forum: GTT Designer
Topic: Use of GTT2.5 Gauges
Replies: 0
Views: 22118

Use of GTT2.5 Gauges

I'm trying to use a gauge to display analog voltage readings from 1 of 8 channels. The voltage ranges from -10 to +10. See the picture. guage.jpg What I've found out so far is that GTT Designer gauges only accept integers; so I'm converting my voltage by multiplying by 10 and rounding. I display the...
by bigmaple
Thu Aug 20, 2020 9:15 am
Forum: GTT Series
Topic: Capturing a response from the display
Replies: 1
Views: 8024

Capturing a response from the display

Hello, In my project, I would like to be able to know when a particular screen is finished loading. To that end, I followed the advice in the post GTT Firmware Rev 2.0 capabilities, protocol manual issues in which it was suggested f you're looking for an alternative to the Get Module command, specif...
by bigmaple
Mon May 04, 2020 12:28 pm
Forum: GTT Series
Topic: UART
Replies: 10
Views: 15346

Re: UART

@Haz: Thanks for your post, it helped me with some of my basic newbie concerns on how to use the gtt_protocol library. One thing I don't understand in your code is why did you (void) the gtt_device in your generic read & write functions; as well as (void) on several items in your my_* functions?...
by bigmaple
Fri Apr 24, 2020 7:13 am
Forum: GTT Series
Topic: Bootloader version?
Replies: 2
Views: 7269

Re: Bootloader version?

Thank you for your answer. I went to Device Manager, USB Mass Storage Device, Properties, Details: Property=Children. I have a string there that seems to say I have version 1.8: USBSTOR\Disk&Ven_Matrix&Prod_Orbital_GTT_Disk&Rev_1.8\1001400AAF1914E559856F05F5001CC3&0 So it appears I h...
by bigmaple
Thu Apr 23, 2020 8:43 am
Forum: GTT Series
Topic: Bootloader version?
Replies: 2
Views: 7269

Bootloader version?

How do you tell what bootloader is installed on your GTT? i.e. how do I know if I have the latest one? I see on your download site that version 1.8.0.10540 seems to be latest available for download.
Thanks.
by bigmaple
Thu Apr 16, 2020 5:04 am
Forum: GTT Designer
Topic: Display not found
Replies: 2
Views: 7424

Re: Display not found

OK thanks, that did it. I must of missed that in the GTT Designer manual.
by bigmaple
Tue Apr 14, 2020 6:34 am
Forum: GTT Designer
Topic: Display not found
Replies: 2
Views: 7424

Display not found

Hello, I just purchased a eGTT50A-TPC-BLM-B0-H1-CS-V5. I have it connected via a Prolific USB to Serial COM Port, which enumerates as COM5. I installed GTT Designer, 1.13.0.10242, along with GTT Support tool. The Support tool connects to the display fine. I can do rudimentary things with it like cle...