Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 376 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 376 Bytes

A tool to receive modbus data by AK orders

Usage:

1. install Python3.6;

2. open cmd in this directory;

3. install dependencies;

pip3 install -r requirements.txt

4. connect modbus device ;

5. start server;

python ak_modbus

6. put AK client connect to server ip and port;

7. send AK cmd to server, and you can see the result.