I have a code for polling the data from ModusRTU but that will works only on Python3. I’m having a gateway with 7608 and it has only python2.7 so I would like to know how to develop the application in step by step method.
In addition I’m facing issues while trying to setup application frame work on Ubuntu 20.04. Repo error. If you have an step by step video or documentation to install and build the application it would be grateful
I’m facing issues to install and setup the leaf and toolchain, always its throws an error repo is unavailable What I have to do. if you could share a video or a proper documentation step by step would be grateful
i got a reference , there it says that I need to extract the cross compiler to /opt and set env as “source /opt/SWI9X07Y_02.37.07.00/environment-setup-armv7a-neon-poky-linux-gnueabi”
then $CC source-filename -o executable-name.
but the result I’m getting is
$CC helloWorld.c -o Helloworldd
bash: arm-poky-linux-gnueabi-gcc: command not found
Please note I have installed gcc-arm*
Can you help me to identify the problem, as per your suggestion I’m using ubuntu 18.04 now leafe installed with error still mkspp or mksys commands are not found