Search found 14 matches

by titi
Thu Feb 19, 2009 11:05 am
Forum: Flowcode V2 & V3
Topic: How to receive X10 codes and use them ?
Replies: 13
Views: 8224

Re: How to receive X10 codes and use them ?

Hello ben I can now detect when a x10 signal is sent by the xm10, but I cannot wait for a paticular house code and unit code. Could you please help me about how to fill in the receive macro value:timeout, Value, return value. The goal is to display on LCD whitch code are received ex: A1 this is only...
by titi
Tue Feb 10, 2009 5:20 pm
Forum: Flowcode V2 & V3
Topic: How to receive X10 codes and use them ?
Replies: 13
Views: 8224

Re: How to receive X10 codes and use them ?

Thank you ben, i will try in this way and i will tell you what i manage to do with it.
bye.
by titi
Mon Feb 09, 2009 5:27 pm
Forum: Flowcode V2 & V3
Topic: How to receive X10 codes and use them ?
Replies: 13
Views: 8224

Re: How to receive X10 codes and use them ?

Hello, no idea ?
by titi
Fri Jan 30, 2009 5:49 pm
Forum: Flowcode V2 & V3
Topic: How to receive X10 codes and use them ?
Replies: 13
Views: 8224

Re: How to receive X10 codes and use them ?

Hello Ben, thank you, i have tried the file and compiling is ok. I Have search how to use the receive function and also the getunit and gethouse code but i do no not manage to make them work. I think a little Fcf file as an exemple would be welcome. Why not for exemple, display House code, unit code...
by titi
Wed Jan 28, 2009 2:38 pm
Forum: Flowcode V2 & V3
Topic: How to receive X10 codes and use them ?
Replies: 13
Views: 8224

Re: How to receive X10 codes and use them ?

hello Ben, There is still an error:

X10 Light Switch custom.c(511): error: missing semicolon
X10 Light Switch custom.c(511): error: failure

failure

.....
Return code = 1

Have you got an idea?
Thank you again !
by titi
Wed Jan 28, 2009 1:36 pm
Forum: Flowcode V2 & V3
Topic: How to receive X10 codes and use them ?
Replies: 13
Views: 8224

Re: How to receive X10 codes and use them ?

hello, it seems to have errors in the custom c code: X10 Light Switch custom.c(454): error: missing semicolon X10 Light Switch custom.c(511): error: missing semicolon X10 Light Switch custom.c(511): error: failure failure .... Return code = 1 Can someone have a look at this problem please ? Thank yo...
by titi
Wed Jan 28, 2009 12:06 pm
Forum: Flowcode V2 & V3
Topic: How to receive X10 codes and use them ?
Replies: 13
Views: 8224

Re: How to receive X10 codes and use them ?

Thank you Ben, I am going to try this code and i will keep you informed about my progress.
by titi
Tue Jan 27, 2009 4:29 pm
Forum: Flowcode V2 & V3
Topic: How to receive X10 codes and use them ?
Replies: 13
Views: 8224

Re: How to receive X10 codes and use them ?

Thank you Steve. This would be perfect!!!
Wait for this code to try it.

If any user, have some experience whith x10 code on received, you're welcome!
by titi
Mon Jan 26, 2009 5:27 pm
Forum: Flowcode V2 & V3
Topic: How to receive X10 codes and use them ?
Replies: 13
Views: 8224

How to receive X10 codes and use them ?

Hello, i am using X10 board which works fine to send X10 codes via XM10E. Now, i need to light a led when, for exemple A1ON is received. Could you help me to do this, because i have noticed that the custom code contains no information about how to receive X10 codes.
Thank you for your help.
by titi
Tue Jan 09, 2007 8:50 pm
Forum: Flowcode V2 & V3
Topic: Flowcode and onewire temperarture sensor
Replies: 26
Views: 26093

hello mikat, to print the sign degree, use print ASCII '223', i have tried and it works fine.
by titi
Thu Dec 28, 2006 7:33 pm
Forum: Flowcode V2 & V3
Topic: EEprom doubts
Replies: 8
Views: 8083

Hello Carlos, to program directly a value in eeprom, value which stays every time you shut down power, you must put it in the software to program the pic, at the moment you program the pic, in the zone where appears the content of epprom. For exemple, load your hex file in the pic programmer, in the...
by titi
Wed Dec 27, 2006 1:13 pm
Forum: Flowcode V2 & V3
Topic: Flowcode and onewire temperarture sensor
Replies: 26
Views: 26093

Hello everybody, i have tried and adapt the work of Mikat to my project under Fc2 and it works fine. So thank you again Mikat. I am still waiting to receive Fc3. So i will try the work of Mikat under Fc3 later. Using Fc3 and boostc, is it ok with the sign for negative temps ? If one of you has progr...
by titi
Mon Dec 25, 2006 8:37 pm
Forum: Flowcode V2 & V3
Topic: Flowcode and onewire temperarture sensor
Replies: 26
Views: 26093

Hello Mikat, very good, i am trying your file under FC2 so i will tell you more very soon.
I wait to have FC3 to see what is possible with boost c.
by titi
Mon Dec 04, 2006 2:27 pm
Forum: Flowcode V2 & V3
Topic: Flowcode and onewire temperarture sensor
Replies: 26
Views: 26093

Flowcode and onewire temperarture sensor

Hello, i would like to make a simple thermometer, using a DALLAS Onewire temperature sensor DS18s20 connected to RA5 on a Pic 16F877A and to display temperature on a 2X16 LCD connected to port B using Flowcode and eventualy c code inserted. Thank you a lot if someone can help in this project because...