Hi Esben, sorry for the late response, this got somehow lost in my inbox. The project is alive! The forum was never too crowded :) Right now, there are two ways to connect hardware with plc-emu. a) using a COMEDI driver b) user space direct register access. a) is recommended as user space access in linux is obsolete like, 10 years now. So it really comes down to wether a COMEDI driver exists for your device. see also https://comedi.org/hardware.html Now regarding the specific devices: the Martzis...
Home
Hi there, i am a long time user of CUnit and i had to build it in windows + mingw for the first time, so i thought it would be a good idea to have a cross platform build system. I see it supports jam but took the time to also contribute the CMake file. CMakeLists.txt: cmake_minimum_required(VERSION 2.8.6) PROJECT(CUnit) include(GenerateExportHeader) include_directories(Headers) file(GLOB cunit_SRCS "Sources/Automated/Automated.c" "Sources/Basic/Basic.c" "Sources/Console/Console.c" "Sources/Framework/*.c")...
Home
Home
Home
Home
blackbox tests for real numbers