Raspberry Pi Serial: Difference between revisions

From Axel Public Wiki
Jump to navigation Jump to search
(Created page with " Category:Supported boards")
 
No edit summary
Line 1: Line 1:
_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 represents that device 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 =




[[Category:Supported boards]]
[[Category:Supported boards]]

Revision as of 18:14, 22 January 2018

_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 represents that device 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