Author |
Message |
Topic: K150 USB PIC programmer |
nick...7
Replies: 3
Views: 18090
|
Forum: General CCS C Discussion Posted: Tue Feb 25, 2014 4:43 pm Subject: K150 USB PIC programmer |
Thank you Ttelmah,
I will try to follow your instructions!
I wrote this code because I want to operate an electromagnetic solenoid. I entered a switch between the pins A0 and A1 in order to be abl ... |
Topic: K150 USB PIC programmer |
nick...7
Replies: 3
Views: 18090
|
Forum: General CCS C Discussion Posted: Mon Feb 24, 2014 5:02 pm Subject: K150 USB PIC programmer |
Hello,
Has anybody tried the K150 USB PIC programmer?
I wrote a code in CCS and I simulated it in Proteus. Then, I tried to program the PIC16F877A (it is the first time that I am programming a PIC) ... |
Topic: Simple code keypad- lcd (help) |
nick...7
Replies: 2
Views: 5295
|
Forum: General CCS C Discussion Posted: Wed Dec 04, 2013 2:41 pm Subject: Simple code keypad- lcd (help) |
Assuming you want the decimal number 24 and not a string with the ascii characters 2 and 4 in it, you need to convert the incoming digits to the number you want. In this case, 24 is actually (2*10) + ... |
Topic: Simple code keypad- lcd (help) |
nick...7
Replies: 2
Views: 5295
|
Forum: General CCS C Discussion Posted: Tue Dec 03, 2013 7:46 am Subject: Simple code keypad- lcd (help) |
Hi, I have this simple code which I can print captured key to lcd. I want to use this number that I print to lcd to another part of code if I push e.g. the # key. How can I modify this code?
e.g. i ... |
|