Author |
Message |
Topic: X10.c troubles |
reyes33d88
Replies: 7
Views: 7548
|
Forum: General CCS C Discussion Posted: Wed Jun 05, 2013 9:57 pm Subject: X10.c troubles |
hi javi, could you send me an E mail?, [email protected] |
Topic: X10.c troubles |
reyes33d88
Replies: 7
Views: 7548
|
Forum: General CCS C Discussion Posted: Fri May 31, 2013 1:22 pm Subject: X10.c troubles |
Thanks for your comments, then that means that with this program only can a X10 transmitter? a receiver can not be programmed with this library? If so, I can not say that I will program a pic, which w ... |
Topic: X10.c troubles |
reyes33d88
Replies: 7
Views: 7548
|
Forum: General CCS C Discussion Posted: Thu May 30, 2013 5:32 pm Subject: X10.c troubles |
Thank you, well, I sent the command A 1 after the instruction, and all is well, but when I sent another command like A 2, the receiver do the same like A 1, this is my problem. |
Topic: X10.c troubles |
reyes33d88
Replies: 7
Views: 7548
|
Forum: General CCS C Discussion Posted: Thu May 30, 2013 2:03 pm Subject: X10.c troubles |
Hi guys, I have the next code:
void main()
{
set_tris_b (0x00); ///PUERTO B COMO SALIDA
while(1){
if(input(pin_a0)){ ... |
Topic: How to use a x10.c library in ccs |
reyes33d88
Replies: 5
Views: 5558
|
Forum: General CCS C Discussion Posted: Thu Apr 18, 2013 12:06 pm Subject: How to use a x10.c library in ccs |
No. The reason is because we don't want to work on Proteus bugs on
this forum. We only want to work with CCS:
PIC101 - No more Proteus questions
http://www.ccsinfo.com/forum/viewtopic.php?t=475 ... |
Topic: How to use a x10.c library in ccs |
reyes33d88
Replies: 5
Views: 5558
|
Forum: General CCS C Discussion Posted: Thu Apr 18, 2013 11:52 am Subject: How to use a x10.c library in ccs |
Look at the ex_x10.c example file. It calls the functions in the x10.c
driver file. It shows how to use the functions:
c:\program files\picc\examples\ex_x10.c
Thank you, do you have some e ... |
Topic: How to use a x10.c library in ccs |
reyes33d88
Replies: 5
Views: 5558
|
Forum: General CCS C Discussion Posted: Thu Apr 18, 2013 11:37 am Subject: How to use a x10.c library in ccs |
Hi guys, I want to use the x10.c library, but I donĀ“t know how the instructions set, at the moment I know only the x10_write instruction, does somebody could help me please? |
|