Uartmgr

From ESS-WIKI
Revision as of 04:56, 2 November 2018 by Sam35.lin (talk | contribs) (.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Introduction

A daemon can handle asynchronous UART I/O, based on MQTT protocol to read from UART or write to UART.

Topology

How to

Monitor UART transaction online

In Ubuntu ,

$ mosquitto_sub -h localhost -t /uartmgr/# -v

RTENOTITLE

In Windows,

cd C:\"Program Files (x86)\Advantech\MQTTBroker"
mosquitto_sub -h localhost -t /uartmgr/# -v

RTENOTITLE

Display UART transaction log

In Ubuntu ,

$ cat /var/log/syslog | grep -a uartmgr

In Windows,

Under Construction