TG9541 / stm8ef-modbus

A lightweight framework for MODBUS RTU nodes in STM8 eForth that can do more than just I/O
https://github.com/TG9541/stm8ef/wiki/Board-C0135
MIT License
32 stars 12 forks source link

FC05 addressing off-by-one #28

Closed TG9541 closed 4 years ago

TG9541 commented 4 years ago

I finally noticed that FC05 encodes the address of "Coil 173" with "AC (Hex)". This means that my musings in #19 are factually wrong. Easy enough to fix, we're still in "alpha".

TG9541 commented 4 years ago

Also BF! has been applied - there is no limit to 8 "coils" any longer (I did a test with 64 coils).