Raspberry Pi Serial

From Axel Public Wiki
Revision as of 18:15, 22 January 2018 by Axelpwiki (talk | contribs)
Jump to navigation Jump to search

_TOC_

Introduction

The Axel PLC runtime for Raspberry PI offers some possibilities if you have an external USB serial device, for example an RS232 or RS485 USB interface.
First of all, from a command line, you have to identify what device file represents that serial line under Linux, usually once you have inserted a new serial interface on an usb port, the file /dev/ttyUSB0 will appear.

Plugin Serial

Modbus RTU Slave

Modbus RTU Master

Modbus RTU Gateway