Search found 14 matches
- Tue Apr 10, 2018 12:56 pm
- Forum: User Components
- Topic: ZIGBEE module
- Replies: 6
- Views: 11401
Re: ZIGBEE module
Nothing ? :'(
- Thu Mar 22, 2018 11:46 am
- Forum: Flowcode V7
- Topic: Convert Bin to ASCII
- Replies: 16
- Views: 12452
Re: Convert Bin to ASCII
Yes it's a posibility thks c:
- Thu Mar 22, 2018 10:07 am
- Forum: Flowcode V7
- Topic: Convert Bin to ASCII
- Replies: 16
- Views: 12452
Re: Convert Bin to ASCII
Have you an exeple to do that ? How can I check the seperation of the data ? I have a start byte and a end byte but between that if I have a 1 data ?
my data is :
start
U
I
state 1
state 2
id
stop
so it's can be 128,55,78,45,15,25,127, or 128,48,78,245,51,52,127
my data is :
start
U
I
state 1
state 2
id
stop
so it's can be 128,55,78,45,15,25,127, or 128,48,78,245,51,52,127
- Thu Mar 22, 2018 8:24 am
- Forum: User Components
- Topic: ZIGBEE module
- Replies: 6
- Views: 11401
Re: ZIGBEE module
Hi, I have an other question : NodeConfigureSleep Sets the Zigbee device sleep mode (only applicable for end node type devices) , Parameters BYTE Mode 1=Hibernate, 2=Doze, 4=Cyclic Sleep, 5=Cyclic Doze UINT Timeout Time to sleep in milli seconds (ms) Return value This call does not return a value I ...
- Wed Mar 21, 2018 7:30 pm
- Forum: Flowcode V7
- Topic: Convert Bin to ASCII
- Replies: 16
- Views: 12452
Re: Convert Bin to ASCII
So I have 2 modules one master and one slave. The communication between these module is create with zigbee. I have 6 data to transmit so between the modules its easy but after that I must transmit these data with the serial usb.
- Tue Mar 20, 2018 4:40 pm
- Forum: Flowcode V7
- Topic: Convert Bin to ASCII
- Replies: 16
- Views: 12452
Re: Convert Bin to ASCII
I'm back and I have à big question : WHY
It's possible to use the ascii extend table ? because i would like encode data between 0 and 255. Have you a solution to do that ?
It's possible to use the ascii extend table ? because i would like encode data between 0 and 255. Have you a solution to do that ?
- Fri Feb 23, 2018 8:54 pm
- Forum: Flowcode V7
- Topic: Convert Bin to ASCII
- Replies: 16
- Views: 12452
Re: Convert Bin to ASCII
Oh yes, my bad it's a for 97 but this number is just an exemple.
So Can i convert the number into a char ?
So Can i convert the number into a char ?
- Tue Feb 20, 2018 2:32 pm
- Forum: Flowcode V7
- Topic: Convert Bin to ASCII
- Replies: 16
- Views: 12452
Re: Convert Bin to ASCII
Hi, I'm back; So I don't know i'f i'm understand; I would like to convert a number as an ascii char c: so if I have : Int data_number = 97; I would like to convert that to Char (String) data_string = "h"; so do a sort of Char (String) data_string = toAscii(data_number); //convert 97 to &qu...
- Thu Feb 01, 2018 12:20 pm
- Forum: Flowcode V7
- Topic: Convert Bin to ASCII
- Replies: 16
- Views: 12452
Re: Convert Bin to ASCII
I think you are not in the same ideo, i would like to convert for exemple 097 098 to a b
- Thu Feb 01, 2018 12:12 pm
- Forum: Flowcode V7
- Topic: Convert Bin to ASCII
- Replies: 16
- Views: 12452
Re: Convert Bin to ASCII
Hi,
Thanks for the answer but it's not clear for me, can you show me an exemple ?
Thanks for the answer but it's not clear for me, can you show me an exemple ?
- Thu Feb 01, 2018 12:04 pm
- Forum: User Components
- Topic: ZIGBEE module
- Replies: 6
- Views: 11401
Re: ZIGBEE module
Well, it work ! Thanks !
- Thu Feb 01, 2018 11:29 am
- Forum: Flowcode V7
- Topic: Convert Bin to ASCII
- Replies: 16
- Views: 12452
Convert Bin to ASCII
Hi, It's me again,
I search an solution to solve my problem. I need to convert somes vars (in byte) to ascii char and put these char into a string; have you a solution to do that ?
I search an solution to solve my problem. I need to convert somes vars (in byte) to ascii char and put these char into a string; have you a solution to do that ?
- Wed Jan 31, 2018 7:22 pm
- Forum: User Components
- Topic: ZIGBEE module
- Replies: 6
- Views: 11401
Re: ZIGBEE module
Hi, Thanks for this answer, but I don't know what is the flow control. Can you explain me and show somes docs or datasheet ?
- Tue Jan 30, 2018 5:27 pm
- Forum: User Components
- Topic: ZIGBEE module
- Replies: 6
- Views: 11401
ZIGBEE module
hi, I have an question about the zigbee module. I wouldlike to use the rx interrupt. But, when a data is recive, it does not work. If i add a "reciveChar" into my main part it work. I think it's that beacause the zigbee have an buffer. Have you an solution to bypass the buffer ? (when a da...