backtrackbaba / simple-modbus

Automatically exported from code.google.com/p/simple-modbus
0 stars 0 forks source link

modbus Slave freeze #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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