ronaldomercado
ronaldomercado
The documentation needs updating because etherlab migrated to git at gitlab https://gitlab.com/etherlab.org/ethercat and the instructions to build the module in etc/makeDocumentation/building.src still refer to mercurial
Proposed fix for issue #6
https://github.com/dls-controls/ethercat/blob/master/ethercatApp/src/ecAsyn.cpp The method receive_config_on_connect has debugging messages that attempt to print the configuration received from the scanner. printf is called on the config_buffer "raw". However the scanner sends the configuration...