node-red

how to import printed C console to node red

て烟熏妆下的殇ゞ 提交于 2019-12-02 07:31:10
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 ? 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