Author |
Message |
Topic: PIC-to-PIC Communication / Easy-radio help needed |
AA
Replies: 1
Views: 6368
|
Forum: General CCS C Discussion Posted: Tue May 31, 2005 8:54 am Subject: PIC-to-PIC Communication / Easy-radio help needed |
PROBLEM 1 - needs to be solved before problem 2
Im trying to comminicate between two pics using the rs232, im sending a simple 'F' to the reciever PIC (both 18F452). The reciever pic is connected ... |
Topic: Need some input output help, AND questions about LCD |
AA
Replies: 6
Views: 12886
|
Forum: General CCS C Discussion Posted: Sun May 15, 2005 2:30 pm Subject: Need some input output help, AND questions about LCD |
Thanks for the reply!
BOOLEAN dummy; // PinA0 is not used
BOOLEAN enable; // PinA1
BOOLEAN rw; // PinA2
BOOLEAN rs; // PinA3
int unusedA : 4; // The ... |
Topic: Need some input output help, AND questions about LCD |
AA
Replies: 6
Views: 12886
|
Forum: General CCS C Discussion Posted: Sun May 15, 2005 1:19 pm Subject: Need some input output help, AND questions about LCD |
oops forgot to log in |
Topic: Need some input output help, AND questions about LCD |
AA
Replies: 6
Views: 12886
|
Forum: General CCS C Discussion Posted: Sun May 15, 2005 7:48 am Subject: Need some input output help, AND questions about LCD |
Well, im quite new to pic's and to this compilator..
Anyway, im using 18F452 and im trying to make it react to an input on Pin_a1 by flashing a LED on B2, and while it doesnt have the input, i woul ... |
|