reymor / novobusanalyzer

Novo Bus Analyzer is a fork of BUSMASTER. BUSMASTER is an Open Source Software tool to simulate, analyze and test data bus systems such as CAN. BUSMASTER was conceptualized, designed and implemented by Robert Bosch Engineering and Business Solutions (RBEI). It was a joint project of RBEI and ETAS GmbH.
GNU General Public License v3.0
9 stars 1 forks source link

Implementation of CAN_PEAK_USB DIL #10

Open reymor opened 7 months ago

reymor commented 7 months ago

Currently, there is CAN_PEAK_USB.dll in Releases folder.

In old implementation it seems to be also a *.dll instead of an implementation as it is in other "drivers".

I think that if we follow the same structure in other drivers we could get something similar.

I'm not really sure why this is close source

reymor commented 7 months ago

Ok, I think that now I understand.

Currently, it is used canapi2.dll which is included when you buy PCAN-Developer or PCAN-Evaluation package. I think that this is the reason behind having a CAN_PEAK_USB as close source.

Here, the approach in the future will be using PCAN-Basic which is the free version.

canapi2.dll Peak forum

In qt, the plugin is done with PCAN-Basic