文件名称:ofxsimpleserial:简化了来自 openFrameworks 的串行通信
文件大小:16KB
文件格式:ZIP
更新时间:2024-07-08 15:15:03
C++
xsimpleserial的 一个简化来自 openFrameworks 的串行通信的插件。 Automatic message completion Complete messages exist between \n's, send for example with Arduino with Serial.println(). If the complete message cannot be read during one "update" it will keep listening for updates for it to be completed. Simply use the message property to get the latest complete message. Listen for the NEW_MESSAGE event to get prope
【文件预览】:
ofxsimpleserial-master
----README.md(1000B)
----src()
--------ofxSimpleSerial.cpp(2KB)
--------ofxSimpleSerial.h(668B)
----example writing vars simultaneously()
--------Arduino()
--------openFrameWorks()
----example reading multiple vars()
--------Arduino()
--------openFrameWorks()
----example reading single var()
--------Arduino()
--------openFrameWorks()
----example writing vars()
--------Arduino()
--------openFrameWorks()
----install.xml(385B)