You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Load SimpleModbusSlaveArduino from SimpleModbusSlaveV7
2. Compile in Arduino IDE v 1.0.5
3. resulting in the following error:
SimpleModbusSlaveArduino.ino: In function 'void setup()':
SimpleModbusSlaveArduino:80: error: 'modbus_configure' was not declared in this
scope
SimpleModbusSlaveArduino.ino: In function 'void loop()':
SimpleModbusSlaveArduino:91: error: 'modbus_update' was not declared in this
scope
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any additional information below.
Trying to get SimpleModbusMasterV10 and SlaveV7 on 2 UNOs to talk thru MAX487
chips per your MAX487 schematic.
Thanks
-=Ryan
Original issue reported on code.google.com by [email protected] on 18 Oct 2013 at 2:36
The text was updated successfully, but these errors were encountered:
I am having the same problem. The path to my Modbus Slave header file is
"C:\Program Files (x86)\Arduino\libraries\ModbusSlave\ModbusSlave".
I'm not a super strong programmer. My understanding is that the program is
having difficulty finding the declarations in the header files.
I changed the path to "C:\Program Files (x86)\Arduino\libraries\ModbusSlave"
but it returned an error saying that the header file didn't exist along the
"C:\Program Files (x86)\Arduino\libraries\ModbusSlave\ModbusSlave" path.
Any help or clarification would be greatly appreciated.
Original issue reported on code.google.com by
[email protected]
on 18 Oct 2013 at 2:36The text was updated successfully, but these errors were encountered: