Merge pull request #33 from Sani7/TCP-CMD-Interface-2.0

Tcp cmd interface 2.0
This commit is contained in:
Roelandts_Gert
2023-12-11 12:42:36 +01:00
committed by GitHub
6 changed files with 245 additions and 0 deletions

BIN
docs/img/IPv4_computer.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

BIN
docs/img/Putty.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

18
docs/tcp_cmd.md Normal file
View File

@@ -0,0 +1,18 @@
# TCP Command Interface
This is the documentation of the TCP Command Interface task
## Table of contents
- [Table of contents](#table-of-contents)
- [Initialization](#initialization)
- [Usage](#usage)
## Initialization
The TCP Command Interface task is initialized in the main function.
```c
// Initialize Modbus task
tcp_cmd_init();
```
## Usage
![putty](./img/Putty.png)
![IPv4](./img/IPv4_computer.png)