How to get source code for modbus slave(RTU) for pic microcontroller. Kindly suggest [duplicate]

徘徊边缘 提交于 2019-12-04 07:07:48

问题


I am looking for basic Modbus RTu slave code for PIC using rs485. Please guide me to get source code or develop source code & What are function i need to take care while developing it


回答1:


liblightmodbus is a very lightweight, highly configurable, platform-independent Modbus RTU library.




回答2:


This is the closest I could find: freemodbus.

There is a port to PIC32xx but I did not test it.

There used to be a bunch of projects implementing Modbus for PIC microcontrollers but most of them are old, with dead links and nowhere to be found anymore.

With Arduino & friends and SBCs running so cheap nobody seems to be into this kind of thing with PIC anymore.



来源:https://stackoverflow.com/questions/57073482/how-to-get-source-code-for-modbus-slavertu-for-pic-microcontroller-kindly-sug

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!