Search found 992 matches

by Miles
Tue Jul 12, 2005 8:08 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Small .NET Demo Application
Replies: 12
Views: 11526

I like...I like it a lot...!!! Loooking very good!! :D
by Miles
Wed Jul 06, 2005 2:52 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Module version
Replies: 9
Views: 8711

No worries...you need anything else, just let us know!! :D
by Miles
Tue Jul 05, 2005 8:00 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Module version
Replies: 9
Views: 8711

Hi Jeroen,

PCB revision 1.1a and 1.2 will have firmware revision 19 through 21 and PCB revision 1.4 will have firmware revision 22. I hope this helps! :D
by Miles
Fri Jun 17, 2005 1:37 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK202-25-GW Getting only scrap
Replies: 7
Views: 4970

:oops: Thanks!

Glad to hear that everything worked out for you!! If you have any further questions or concerns, feel free to post!! :D
by Miles
Fri Jun 17, 2005 10:42 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK202-25-GW Getting only scrap
Replies: 7
Views: 4970

The only reason I asked is because the units bought from Parallax are currently set up in TTL mode and will not communicate directly to a PC without a "minor modification". Above the DB9 you will notice solder jumpers for different communication protocols. Currently, there are 2 jumps plac...
by Miles
Fri Jun 17, 2005 8:13 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK202-25-GW Getting only scrap
Replies: 7
Views: 4970

Hi Nik,

Can you tell me where you purchased the module from?
by Miles
Wed Jun 15, 2005 2:00 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: GLK12232-25SM
Replies: 9
Views: 6316

Let's just say that functionality will be greatly improved upon!!!! :D I will give more details as they are released!!
by Miles
Wed Jun 15, 2005 10:14 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: GLK12232-25SM
Replies: 9
Views: 6316

Your absolutley correct. This is due to the time needed to perform the necessary memory management routines. This is something we are looking into improving on our next generation of graphic displays!! :D
by Miles
Tue Jun 14, 2005 8:43 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: GLK12232-25SM
Replies: 9
Views: 6316

Hi Jeroen,

I will look into it and let you know ASAP...
by Miles
Thu Jun 09, 2005 3:37 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: i need some major help with LK162-12!!!
Replies: 15
Views: 13783

Good to hear!! I'm glad to hear that you got everything working! I look forward to seeing your final project!! :D
by Miles
Thu Jun 09, 2005 2:58 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: i need some major help with LK162-12!!!
Replies: 15
Views: 13783

Can you try setting up the display to communicate at 9600 baud instead. You may have to put it back in RS232 mode to change back if you are having troubles sending commands using the BS2.
by Miles
Thu Jun 09, 2005 2:56 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Help with a LCD 4041
Replies: 10
Views: 9518

When you are sending a command byte to the display it must be represented by 254 decimal or FE Hex followed by the appropriate command. Are you sure the formatting is set up by your controller and your not sending straight ASCII characters??
by Miles
Thu Jun 09, 2005 12:32 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Help with a LCD 4041
Replies: 10
Views: 9518

Is the LCD4041 set up to receive 9600 baud??
by Miles
Thu Jun 09, 2005 11:11 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Help with a LCD 4041
Replies: 10
Views: 9518

Can you tell me what baud rate you have it set up for??
by Miles
Thu Jun 09, 2005 11:01 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: i need some major help with LK162-12!!!
Replies: 15
Views: 13783

Can you connect P0 => Tx and P1 => Rx and set up your code accordingly: '{$STAMP BS2} SEROUT 1, 32, ["HELLO WORLD"] In this example, HELLO WORLD will be displayed. SEROUT : is the command to send serial information out 1 : is P1 on the development board 32 : is the speed at which the infor...