Janez

Results 264 comments of Janez

I think, I can delete complete issue, but can't delete single post.

Please verify, if it is solved.

Živijo, Missing include directories? Can you try: ``` cd CANopenNode/example make ``` Note also, latest master branch switched to v4.0 recently, it is quite an upgrade (new object dictionary, new...

I commented the problem here: https://github.com/robincornelius/libedssharp/pull/260 libedssharp is huge, I can't maintain it all, I can only assure "Object Dictionary" tab is working properly. Which is enough, but requires more...

About non-standard RPDO configuration: CANopen.h and .c files automates quite a lot and are already complex. I tried to make them suitable for most common configuration and flexible for user...

Some instructions about updating the branches: To keep the v2.0 branch: git fetch git checkout v2.0-master If you are on newOD branch and want to update to the latest v4.0,...

I updated the `deviceSupport.md`, it is mentioned there: 7. Offer your work for inclusion under the CANopenNode project and become its developer. It will increase code quality and functionality. Maybe...

I don't know the status of the driver for Teensy. Maybe good starting point could be `example` directory.

SRDO support was added by @gotocoffee1. I must admit, I didn't work much on CANopenNode since last summer, but year before there was a quite large step in its development...

DLC is configured via CO_CANtxBufferInit(). It is not necessary to configure DLC each time, when sending CAN message. ```/** * Send CAN message. * * @param CANmodule This object. *...