Search found 805 matches

by Raquel
Fri Jan 20, 2006 11:17 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: VK204-25 & Auto Repeat Mode
Replies: 12
Views: 10251

Hi kfaria,
Can you please tell me the version number of your VK204-25?
Thank you.
by Raquel
Fri Jan 20, 2006 11:00 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: VK204-25 & Auto Repeat Mode
Replies: 12
Views: 10251

Hi kfaria,

Instead of sending 254 96 in Sub Akr_off(), please try sendiing 254 126 1.

Please let me know how it turns out
by Raquel
Thu Jan 19, 2006 4:43 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: VK204-25 & Auto Repeat Mode
Replies: 12
Views: 10251

Hi kfaria Okay, now we know that the command is being sent. But the problem is even if it is sent, you still see repeated data coming on the RS232 lines on about 2ms apart? I just want to know how you can actually tell that the module did not follow command 254 96 (since in the original code, after ...
by Raquel
Thu Jan 19, 2006 1:37 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: VK204-25 & Auto Repeat Mode
Replies: 12
Views: 10251

Hi kfaria, I do not see anything wrong with the code. Have you seen A == 3? Since this is the only branch that will actually send the command 254 96, make sure that you actually get the value 3. By the way, there is really no need to clear the keypad buffer every single time you read a keypad key. T...
by Raquel
Thu Jan 19, 2006 12:10 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: VK204-25 & Auto Repeat Mode
Replies: 12
Views: 10251

Thanks for posting. I do not see any reason for the module not to follow command 254 96 and turn off auto repeat mode. Do you mind sending a piece of your code?
by Raquel
Thu Dec 01, 2005 3:58 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Problems using an LK202-25-GW
Replies: 5
Views: 4976

Sounds good.

I hope that it'll work out as expected.
by Raquel
Thu Dec 01, 2005 12:35 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Problems using an LK202-25-GW
Replies: 5
Views: 4976

Hi bigred1521, On the LK202-25 borad, above the DB9 connector is the RS232 IC, and above it are 4 solder pads. From left to right, lets name the pads 1 to 4. If pads 1 and 3 are soldered, then the module is set to RS232. If the pads 2 and 4 are soldered, then it is set to TTL levels. Again, if the L...
by Raquel
Thu Dec 01, 2005 9:57 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: MX212 and Fans GPO problem
Replies: 3
Views: 3018

Hello thefloyd666,

I am glad to hear that your problem has been fixed.

For the keypad problem, please try setting the debounce time. It can be done by cmd 254/85/8. 8 is the recommended value for setting debounce time that would result to 52ms.
by Raquel
Thu Dec 01, 2005 9:43 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Problems using an LK202-25-GW
Replies: 5
Views: 4976

Hello bigred1521, Thank you for your post. When connecting the BS2 Stamp to the LCD, the LCD needs to be set in TTL levels, unless there is a RS232 driver after the BS2. When the LCD is set to TTL levels, it will not work with Hyperterminal. You mentioned that you tried hard setting the LCD, I wonde...
by Raquel
Tue Nov 29, 2005 3:52 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: RS232 communications with a PIC chip
Replies: 22
Views: 20250

Unfortunately, no. You will just have to declare an unsigned char array; so instead of:

char string1[] = "Hello";

you will need to have
unsigned char string1 [] = {'H', 'e', 'l', 'l', 'o', 0xFE};

to squeeze in 0xFE
by Raquel
Tue Nov 29, 2005 9:24 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: RS232 communications with a PIC chip
Replies: 22
Views: 20250

Hi arney, I'm glad that you have figured out what was wrong. Just so you know, you can also communicate with the LCD2041 via TTL and with TTL you wouldn't need an RS232 converter. Please see the manual how to configure the LCD2041 to TTL levels and so you may connect the PIC directly to the LCD. If ...
by Raquel
Mon Nov 28, 2005 5:15 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: RS232 communications with a PIC chip
Replies: 22
Views: 20250

Hi arney, I hope that you won't have to keep working on it too long and that we will hopefully get somewhere. Do you have an oscilloscope? I suggest that we go down on the pins and see what is actually happening. Also, at this point, how is the LCD acting, do you at least see 'H and 'I' (lots of the...
by Raquel
Mon Nov 28, 2005 10:37 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: RS232 communications with a PIC chip
Replies: 22
Views: 20250

Hello arney, Now that you have posted your code, we can look at what's happening. First of all, I would like you to confirm if the following link contains the same datasheet that you are using for the PIC: http://ww1.microchip.com/downloads/en/DeviceDoc/39626b.pdf I have based the following observat...
by Raquel
Thu Nov 24, 2005 9:38 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: RS232 communications with a PIC chip
Replies: 22
Views: 20250

Hi arney,
No problem with getting back later. Have fun with house hunting. Good luck!
by Raquel
Wed Nov 23, 2005 4:16 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: RS232 communications with a PIC chip
Replies: 22
Views: 20250

Hi arney, There is just no reason for the display to stop displaying the characters you send it. I am not quite sure when you said you used a HEX terminal program to talk to the LCD and send it commands. What was the result of this? Was the LCD behaving as it should? Say if you connect the LCD to a ...