Работает Modbus, проверено на ESP32-S3-Zero

Заготовка для модбас на ИВР
This commit is contained in:
2025-08-29 20:23:34 +03:00
parent 51f6216eb7
commit 1c4f4d689a
6 changed files with 235 additions and 87 deletions

View File

@@ -2,9 +2,6 @@
void setup() {
// put your setup code here, to run once:
// Пример: RX=16, TX=17, скорость 115200
rs_huart.begin(115200, SERIAL_8N1, 8, 9);
rs_huart.println("start1");
MODBUS_FirstInit();