一个特别简单的目的,就是让8266读取DDSU666的电表数据上传。
想偷懒用arduino里自带的modbus库文件用用(里面有例程可以抄),失败~~总是编译不过去~这个没定义那个没定义之类的~
大神们有什么好建议么?
也想过直接串口通讯,不过什么奇偶校验啊,CRC停止位啥的搞得很头大·~~,主要是懒~~~
离线
欸,一点都偷不了懒么?~~~
离线
离线
应该可以偷懒了:
Small Modbus slave, RTU (serial) for Arduino (arduino modbus从机):
https://github.com/stephane/modbusinoSimple Makefile to compile and upload Arduino sketches:
https://github.com/stephane/arduinoMakefile
这个更省事顺手!
离线
Simple Makefile to compile and upload Arduino sketches:
https://github.com/stephane/arduinoMakefile
“Windows users: sorry, please use a better OS.”
这哥们挺逗~
离线
这个 libmodbus 我在 NUC972 + Linux非常好用, 我把原来自己撸的代码替换了, 测试了两天, 已经小批量发货给客户了。
NUC972性价比是不是要好一些?
离线
要看和谁比,应用场景是什么。
300Mhz主频有点鸡肋,内置DRAM, 引脚超级多,UART也多。
我学习下,我这UART用的多。
离线