Actually, I am trying to interface my cc2650 launchpad with max1348 Modbus using Contiki SW stack
here I wanted to send received "udp sensor data " to the Modbus(used udp-client and udp-server code)
so for that, I had disabled all printf and I am able to print my received data on the console using UART functions,
so how can I send data through Modbus please suggest some drivers or example code that can be used in Contiki
Hi
Actually, I am trying to interface my cc2650 launchpad with max1348 Modbus using Contiki SW stack here I wanted to send received "udp sensor data " to the Modbus(used udp-client and udp-server code) so for that, I had disabled all printf and I am able to print my received data on the console using UART functions, so how can I send data through Modbus please suggest some drivers or example code that can be used in Contiki
thank you