Author |
Message |
Topic: #int RDA |
michaeltolini
Replies: 3
Views: 13095
|
Forum: General CCS C Discussion Posted: Sat May 04, 2019 12:15 pm Subject: #int RDA |
Thanks, it works now ! |
Topic: #int RDA |
michaeltolini
Replies: 3
Views: 13095
|
Forum: General CCS C Discussion Posted: Sat May 04, 2019 7:01 am Subject: #int RDA |
Does anybody have an idea why the interrupts doesn't work ?
I have the same issue with the PIC16F690.
In the following code, the Touch Sense works perfectly.
Note, i am using the CCS 5.080
T ... |
Topic: Driver kbd doesn't work [Solved] |
michaeltolini
Replies: 11
Views: 21104
|
Forum: General CCS C Discussion Posted: Mon Apr 01, 2019 3:27 pm Subject: Driver kbd doesn't work [Solved] |
Finally i modified the original kbd.c and added the 4th column
Thanks for your help |
Topic: Driver kbd doesn't work [Solved] |
michaeltolini
Replies: 11
Views: 21104
|
Forum: General CCS C Discussion Posted: Sun Mar 31, 2019 3:51 pm Subject: Driver kbd doesn't work [Solved] |
I mean the keypad works with kbc.c but doesn't with the driver i found here |
Topic: Driver kbd doesn't work [Solved] |
michaeltolini
Replies: 11
Views: 21104
|
Forum: General CCS C Discussion Posted: Sun Mar 31, 2019 12:44 pm Subject: Driver kbd doesn't work [Solved] |
Thanks for noticing me |
Topic: Driver kbd doesn't work [Solved] |
michaeltolini
Replies: 11
Views: 21104
|
Forum: General CCS C Discussion Posted: Sun Mar 31, 2019 12:42 pm Subject: Driver kbd doesn't work [Solved] |
#include <16F887.h>
#FUSES NOPUT //No Power Up Timer
#FUSES MCLR //Master Clear pin enabled
#FUSES NOPROTECT //Code not protected fro ... |
Topic: Driver kbd doesn't work [Solved] |
michaeltolini
Replies: 11
Views: 21104
|
Forum: General CCS C Discussion Posted: Sun Mar 31, 2019 10:19 am Subject: Driver kbd doesn't work [Solved] |
I have found the following driver on this forum but it doesn't work.
Does anybody have any idea where is the problem ?
Note, with the same keypad and the official kbd driver it works but i need 16 ... |
Topic: Keypad 16 keys |
michaeltolini
Replies: 1
Views: 4519
|
Forum: General CCS C Discussion Posted: Mon Nov 17, 2014 8:24 pm Subject: Keypad 16 keys |
Does anybody know how to modify KBD.C for using a 16 keys keyboard ? |
|