Hi there,
I am having some issues to send an API frame through VISA to my Xbee network modules. I have Three modules, one coordinator and two end devices, which I am trying to send a command to one end device through my coordinator. The frame I am sending is this one for reading the SN value on Xbee end device: 7E 00 0F 17 01 00 13 A2 00 41 54 2F 55 13 AB 02 53 4E B8.
For writing some value (0x0C on this case) on SN I am sending this frame: 7E 00 10 17 01 00 13 A2 00 41 54 2F 55 13 AB 02 53 4E 0C AC.
I tried to write another values or even sending a generical message from frame type 0x10, but I can't get anything on the other side.
I tried to send values from my computer through XCTU, to see if VISA could read, and the reading function is working perfectly.
Does anyone have any ideia why I am not been able to write values on my XBEE end devices?