lakin
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by lakin-
lakin commented,
OK thanks. I will be experimenting a little more and will use that method. I'm a C programmer using a PIC. Here is some C code if someone is interested. To run it, header files, timers (delay)...
-
lakin commented,
HiThank you for responding. I got the unit working.Notice : Write(text1) did not have the i, corrected Write(text1);void DisplayInfo(){ //disp_pic int i; Home(); for (i=0;i<8;i++){ ...
-
lakin created a post,
NHD-0216K1Z
I can display one letter, but debugging my program I'm sending more characters than aren't displayed. Using PIC16F886. I'm using code close to what I read on this forum. I've enclosed the code, ...