Support
Wiki Documentation
Support Forum
Mobile
- andRoc Android
- Rocweb Browser
- WIO-Control ESP32
- Rocview Tablet
DIY
User
Wiki writer
Special
Legal
Support
Wiki Documentation
Support Forum
Mobile
DIY
User
Wiki writer
Special
Legal
The Dumper library can be used to write free text, without any protocol and in combination with Text objects, to a serial device.
Unique ID to address this library.
The serial device name.
The communication speed.
CTS is recommended when dumping files.
The Dumper can interpret file URL's, which the text of the Text object starts with, in the following format:
file:///test.txt
The file content will be written to the serial device with 1KB buffers. (Hardware flow!)
The file must be local in the Rocrail server context.
If no URL in this format is found the text of the Text object will be send directly to the serial device as is.
The output commands for ON/OFF can be defined as a text string.
If some serial data is send by the device it will be traced out after a linefeed character, '\n', is detected.