Search found 585 matches

by Ray
Tue Nov 16, 2010 2:48 pm
Forum: GTT Series
Topic: Load Bitmap to Buffer Command does not find file
Replies: 3
Views: 6068

That was a known issue we resolved a while ago, grab the latest firmware upgrde from here the firmware upgrade manual also covers the use of the mass storage jumper.
by Ray
Fri Oct 22, 2010 9:55 am
Forum: GTT Series
Topic: Buffer Overflow Issue
Replies: 5
Views: 6979

Its a property on the DCB structure. Set the fOutxCtsFlow and fRtsControl fields and you should be good to go.
by Ray
Fri Oct 22, 2010 9:33 am
Forum: GTT Series
Topic: Buffer Overflow Issue
Replies: 5
Views: 6979

it depends on what platform and programming language your are working with, hard to tell without more information.
by Ray
Fri Oct 22, 2010 8:33 am
Forum: GTT Series
Topic: Buffer Overflow Issue
Replies: 5
Views: 6979

Hardware flow control is on by default, did you enable it on the pc side of things?
by Ray
Wed Oct 20, 2010 8:36 am
Forum: GX and Typhoon
Topic: ANIMATIONS
Replies: 2
Views: 5521

Those are animations from a pioneer car stereo we played with for a bit since they looked nice, we converted them from the original files internally (but can't post the code or the resulting movies due to obvios copyright reasons) but the previews on the pioneer site are just animated gifs which wil...
by Ray
Wed Oct 20, 2010 8:28 am
Forum: GX and Typhoon
Topic: Still having lock up problems on New Machine
Replies: 7
Views: 17528

Wow attaching it in a file would have probably have looked nicer, anyhow, those are the lcdstudio drivers for parralel port displays, you don't need to install them when you have a GX. Just remove the checkbox during the setup and you should be all good. Also (sorry for responding a bit late to your...
by Ray
Thu Oct 14, 2010 12:16 pm
Forum: GX and Typhoon
Topic: Still having lock up problems on New Machine
Replies: 7
Views: 17528

Well you're in luck! We're in maintenaince mode for the GX as we speak! The IR checkbox was a software bug, no matter how the GX was configured it would always tell you IR was off even if it was on! This one is fixed already and will be in the upcoming update! We've got updated win7 drivers that sho...
by Ray
Tue Oct 05, 2010 8:16 pm
Forum: GX and Typhoon
Topic: GX no text but has backlight
Replies: 14
Views: 17095

Ok, *thats* definitly not a driver issue, i'll get troy to contact you and have this one replaced.
by Ray
Tue Oct 05, 2010 6:50 pm
Forum: GX and Typhoon
Topic: GX no text but has backlight
Replies: 14
Views: 17095

That's looking hopefull!! By the looks of it the hardware is fine, looks like a driver issue. I'll hook you up with some pre-release drivers when i get back to the office tomorrow morning and see if that improves things.
by Ray
Tue Oct 05, 2010 10:42 am
Forum: Dev Devil
Topic: Processor Used
Replies: 4
Views: 31075

How about showing civilized manners? But I'm in a good mood I'll answer them point by point if that makes more sense to you: I'm thinking about using the DevDevil for a standalone product prototype, i.e. no connection to a PC. From reading through other posts, I know it has an Atmel processor. But w...
by Ray
Tue Oct 05, 2010 9:53 am
Forum: Dev Devil
Topic: Processor Used
Replies: 4
Views: 31075

Our code sits in the atmel, you get not control over that cpu except for sending commands to it over serial or i2c.

If you want to use it standalone you'd have to drive it with your own cpu doesn't really matter that much what you use aslong as it does i2c or serial.
by Ray
Tue Oct 05, 2010 9:47 am
Forum: GX and Typhoon
Topic: GX no text but has backlight
Replies: 14
Views: 17095

I didn't get 'm, you can just attach them to a post.
by Ray
Mon Oct 04, 2010 9:57 am
Forum: GX and Typhoon
Topic: GX no text but has backlight
Replies: 14
Views: 17095

When you right click the device in the device manger, go to properties, details tab and look at the Hardware Ids, is anything listed there?
by Ray
Wed Sep 29, 2010 1:48 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK202-25-USB error when reading and writing with .NET
Replies: 3
Views: 4685

Well the alphanumeric units are most likely out, the font table is stored in the rom table of the controller and cannot be changed. It allows 8 custom characters but i doubt that will be enough to fit your needs. Any of the graphical units will do the trick though since you have full control over th...
by Ray
Wed Sep 29, 2010 8:21 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK202-25-USB error when reading and writing with .NET
Replies: 3
Views: 4685

I'm suspecting something fishy in the .Net SerialPort class or ftdi driver problem is we have no control over either. However this doesn't mean you are completly out of options, the FTDI drivers have an alternative mode called D2XX mode which bypasses the virtual serial port and gives you a more dir...