You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to libm...@googlegroups.com
Hi,
Downloaded and installed libmodbus as per the instructions in the readme file on my orangepi development board (running ubuntu 22.04 jammy). I tried to compile the random-test-server.c in the "tests" folder. gcc gives me an error saying "modbus.h" does not exist. How can I solve this?
Regards
Message has been deleted
Emrah Ali PEKDEMİR
unread,
Nov 20, 2024, 8:32:33 AM11/20/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to libmodbus
Hi,
The header file is included as such:
#include<modbus/modbus.h>
Also you need to include the library as you compile as such: