Hello , I think they have removed samples from the Dynamic C 10, So check with the digi technical support team. They will provide the samples. send mail to support.wizards@digi.com
line 22 : ERROR MODBUS_SERIAL_SLAVE.C : BL2600A is out of scope/ not declared.
line 30 : ERROR MODBUS_SERIAL_SLAVE.C : LP3500 is out of scope/ not declared.
line 42 : ERROR MODBUS_SERIAL_SLAVE.C : This board (
line 48 : WARNING MODBUS_SERIAL_SLAVE.C : Reference to ‘brdInit’ has no corresponding prototype.
line 49 : ERROR MODBUS_SERIAL_SLAVE.C : LP3500 is out of scope/ not declared.
line 51 : ERROR MODBUS_SERIAL_SLAVE.C : BL2600A is out of scope/ not declared.
line 61 : WARNING MODBUS_SERIAL_SLAVE.C : Reference to ‘MODBUS_Serial_Init’ has no corresponding prototype.
From hat I can remember when I looked at this before:
The Modbus installer puts some of the lib files in \lib\Modbus and not \lib\rabbit4000\Modbus so you may need need to add that path to your lib.dir file.
I think the BL2600 is a Rabbit 3000 device and the files for that will probably need DC9.x to compile if you want to see how the files go together.
You will probably need to have a good look at all the Modbus bits and sample programs and build a RCM6700 specific test app yourself based on the rather disjointed set of examples and libs.