Serial I/O
From TNtech Wiki
Introduction
Small set of Scilab/Xcos blocks designed for serial communication in Linux. Source code available on request, please send e-mail to fabo(dot)peter(at)gmail(dot)com.
Pipe (FIFO) interface
Simple interprocess communications (peer to peer) via Linux (POSIX) system FIFO.
Usage
- debugging
- real-time data exchange with others programs (Scada ...)
- communication with separated GUI programs
- etc ...
Examples
Standard serial interface
Communication with standard serial devices (/dev/tty****) - USART, USB/RS232 adapters with FTDI chips and virtual serial ports (/dev/pts/*)
Usage
- communication with sensors with serial interface
- communication with laboratory instruments
- control of single board computers
- etc ....
Examples