├── README.md ├── Version_G34 ├── Readme.md └── Version_G34.zip └── Version_G37 ├── README.md └── Version_G37.zip /README.md: -------------------------------------------------------------------------------- 1 | # STM32_PLC 2 | Software Implementation of PLC with STM32 "bluepill" hardware
3 | Our support forum - https://www.iteplica.ru/forum/viewforum.php?f=7
4 | Group on the Facebook -https://www.facebook.com/groups/285385075704304/
5 | And if you like this project, you can support developing new release by donate 6 | -------------------------------------------------------------------------------- /Version_G34/Readme.md: -------------------------------------------------------------------------------- 1 | Software Implementation of PLC with STM32 "bluepill" hardware.

2 | Version G34 -
3 | For now you can use all 8000 steps in you program. This version not for field or industral use, 4 | and now you can use only 4 input and 4 output. Also you can use all posibility for master and slave modbus, 5 | but only 50 requests.
6 | From this version modbus slave adress is fixed - 111 for UART1 and 112 for UART2.
7 | Also you can program device from any port( not only USB VCP), connected as modbus slave.
8 | 9 | 10 | -------------------------------------------------------------------------------- /Version_G34/Version_G34.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Greeds74/STM32_PLC/a75099be958703341e9a7e2767962bae6ab6dae8/Version_G34/Version_G34.zip -------------------------------------------------------------------------------- /Version_G37/README.md: -------------------------------------------------------------------------------- 1 | Software Implementation of PLC with STM32 "bluepill" hardware. 2 | 3 | Version G37 - 4 | For now you can use all 8000 steps in you program. This version not for field or industral use, and now you can use only 4 input and 4 output. Also you can use all posibility for master and slave modbus, but only 50 requests. 5 | From this version modbus slave adress is fixed - 111 for UART1 and 112 for UART2. 6 | Also you can program device from any port( not only USB VCP), connected as modbus slave. 7 | -------------------------------------------------------------------------------- /Version_G37/Version_G37.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Greeds74/STM32_PLC/a75099be958703341e9a7e2767962bae6ab6dae8/Version_G37/Version_G37.zip --------------------------------------------------------------------------------