Difference between revisions of "Uartmgr"
From ESS-WIKI
(.) |
(.) |
||
Line 4: | Line 4: | ||
Support OS | Support OS | ||
− | * Ubuntu 16.04 | + | |
− | * Windows 10 | + | *Ubuntu 16.04 |
+ | *Windows 10 | ||
= Topology = | = Topology = | ||
Line 35: | Line 36: | ||
<pre>Under Construction | <pre>Under Construction | ||
</pre> | </pre> | ||
+ | |||
+ | = Release = |
Revision as of 03:58, 2 November 2018
Contents
Introduction
A daemon can handle asynchronous UART I/O, based on MQTT protocol to read from UART or write to UART.
Support OS
- Ubuntu 16.04
- Windows 10
Topology
How to
Monitor UART transaction online
In Ubuntu ,
$ mosquitto_sub -h localhost -t /uartmgr/# -v
In Windows,
cd C:\"Program Files (x86)\Advantech\MQTTBroker" mosquitto_sub -h localhost -t /uartmgr/# -v
Display UART transaction log
In Ubuntu ,
$ cat /var/log/syslog | grep -a uartmgr
In Windows,
Under Construction