File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed
examples/opta_opcua_server Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ /*
2+ * By compiling and uploading this sketch to your Arduino Opta you obtain turn your
3+ * Arduino Opta into a networked OPC UA capable device.
4+ *
5+ * How-to-build/upload:
6+ * arduino-cli compile --fqbn arduino:mbed_opta:opta examples/opta_opcua_server -v -u -p /dev/ttyACM0
7+ *
8+ * How-to-build/upload RS485 Modbus Demo integrated with this sketch:
9+ * arduino-cli compile --fqbn arduino:mbed_opta:opta examples/opta_opcua_server -v --build-property compiler.cpp.extra_flags="-DUSE_MODBUS_SENSOR_MD02=1" -u -p /dev/ttyACM0
10+ */
11+
112/* *************************************************************************************
213 * INCLUDE
314 **************************************************************************************/
You can’t perform that action at this time.
0 commit comments