Other Parts Discussed in Thread: CONTROLSUITE
a sensor node I have different data like: 3 voltages and 3 currents. and I need to send this data as follows: node name, data type (voltage or current 1 1), data value (current or voltage value).
but when I try to send a char something like this: char [] = { "node1", "voltaje1" voltaje1} I can not. I can do to send this information?