Serial Port Communication: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
K |
||
Zeile 1: | Zeile 1: | ||
The serial port plugin+library provides interface blocks for serial lines (COM ports / ttys). |
The serial port plugin+library provides interface blocks for serial lines (COM ports / ttys). |
||
⚫ | To use a serial port, first import the library by opening the 'File' -> 'Import Library' dialog, then navigate to the serial-line-plugin folder (press-and-hold the expecco-home button, select the plugin-folder submenu, select the serial-line-folder), and select the "SerialPort.ets" library for import. |
||
To use a serial port, first import the library |
|||
by opening the 'File' -> 'Import Library' dialog, |
|||
then navigate to the serial-line-plugin folder |
|||
⚫ | |||
The most useful blocks are "Serial Port - Open", "Serial Port - Close" and the Send/Data blocks. |
The most useful blocks are "Serial Port - Open", "Serial Port - Close" and the Send/Data blocks. |
Aktuelle Version vom 28. Mai 2017, 16:07 Uhr
The serial port plugin+library provides interface blocks for serial lines (COM ports / ttys).
To use a serial port, first import the library by opening the 'File' -> 'Import Library' dialog, then navigate to the serial-line-plugin folder (press-and-hold the expecco-home button, select the plugin-folder submenu, select the serial-line-folder), and select the "SerialPort.ets" library for import.
The most useful blocks are "Serial Port - Open", "Serial Port - Close" and the Send/Data blocks.
For a start, see the "Examples" folder in the imported library.