diff --git a/docs/img/IPv4_computer.png b/docs/img/IPv4_computer.png new file mode 100644 index 0000000..30d5ffb Binary files /dev/null and b/docs/img/IPv4_computer.png differ diff --git a/docs/img/Putty.png b/docs/img/Putty.png new file mode 100644 index 0000000..69addf5 Binary files /dev/null and b/docs/img/Putty.png differ diff --git a/docs/tcp_cmd.md b/docs/tcp_cmd.md new file mode 100644 index 0000000..b002640 --- /dev/null +++ b/docs/tcp_cmd.md @@ -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)