riverlet / simple-modbus

Automatically exported from code.google.com/p/simple-modbus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

modbus Slave freeze

GoogleCodeExporter opened this issue · comments

If on the master I write "modbus_construct (write, 2, 
PRESET_MULTIPLE_REGISTERS, 254, 16, writeRegs2);"
because I want to write 16 bytes starting at position 254 in the 
holdingRegs[HOLDING_REGS_SIZE] array, (the size is 287)  the slave freeze.
The array holdihgRegs is too big?

I use master version V10 and slave version V8.

Any suggestion?
Thanks



Original issue reported on code.google.com by enri...@gmail.com on 24 Nov 2014 at 12:13

Hi,

Have a look at the forum thread 
http://forum.arduino.cc/index.php?topic=176142.240

Use SMMV2r2 and SMSV10

Original comment by bester.j...@gmail.com on 10 Dec 2014 at 10:53

  • Removed labels: Type-Defect