contiki-os / contiki

The official git repository for Contiki, the open source OS for the Internet of Things
http://www.contiki-os.org/
Other
3.72k stars 2.58k forks source link

Modbus implimentation using cc2650 #2398

Open pavankumar8279 opened 6 years ago

pavankumar8279 commented 6 years ago

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

alexrayne commented 6 years ago

Hallow! look here https://bitbucket.org/alexrayne/freemodbus there i`ve implemented contiki modBUS stack few years ago