how to import printed C console to node red

戏子无情 提交于 2019-12-04 06:46:25

问题


i'm using Dragino rpi Lora transceiver C code on the pi to send and receive packets to the Arduino .

the C code is working perfectly where it prints the received packets and the Signal to noise ratio and the timestamp , but i want to use it in node red . how can i import the received packet from the C console to node red ?


回答1:


You need to use the node-red-node-daemon for long running processes that run until stopped and receive input via standard in and send results by standard out.



来源:https://stackoverflow.com/questions/57450772/how-to-import-printed-c-console-to-node-red

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