Difference between revisions of "Uartmgr"

From ESS-WIKI
Jump to: navigation, search
(.)
(.)
Line 9: Line 9:
  
 
= Topology =
 
= Topology =
 +
 +
Under Construction
  
 
= How to =
 
= How to =
Line 17: Line 19:
  
 
In Windows
 
In Windows
 +
 +
== Configuration​ ==
 +
 +
Under Construction
  
 
== Monitor UART transaction online ==
 
== Monitor UART transaction online ==

Revision as of 05:03, 2 November 2018

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

Under Construction

How to

Installation

In Ubuntu

In Windows

Configuration​

Under Construction

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

Release