2021-02-20.
Category & Tags:
IoT,
Modbus,
RS232,
RS485,
RS422,
Serial,
COM,
CAN1939,
MQTT,
Emulator,
Simulator
OSI vs. Modbus Layers: Tip:
RS-485/RS485’s new name is EIA-485. UART usually (99%) means TTL in shops, not 232/485. DB9 physical port usually (90%) means 232 electrical signals level standards. Modbus Protocol
#
See Also:
【strongly recommend!】 a nice intro to Modbus and Modbus Enron. (Simply Modbus 软件收费,但是这个 Modbus 入门文档非常好) 一文看懂 Modbus 协议 Complete Modbus Guide. a good intro to Modbus. Each Modbus Slave has 4 tables with 9999 values in each table.
...
2021-02-20.
Category & Tags:
MQTT,
IoT
SERVERS (MQTT BROKER)
#
Emqx (Suggested)
#
docker 等各种安装方式,推荐官网:Download EMQX Open Source. (也可以用老版本; same company as MQTTX.)
Require: Erlang (150MB)【不妨直接安装到 emqx5 子目录】 (will install MS VC++ Redist. 2015). ref download: https://www.emqx.io/downloads?os=Windows
cd emqx5\bin emqx.cmd start emqx.cmd ping # should show "pong" for ok web: localhost:18083 default account: admin/public , pwd change is a MUST when login, could change to admin/admin.
for topics, user/auth: any or empty
ref: EMQX dashboard, bak
...