rbei-etas / 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). Presently it is a joint project of RBEI and ETAS GmbH.
http://rbei-etas.github.com/busmaster/
GNU General Public License v3.0
945 stars 499 forks source link

BTR calculation error #1034

Closed PPSXIN closed 7 years ago

PPSXIN commented 7 years ago

On the preview version like v3.0.0, when the Baud Rate is set to 125000 bps, the BTR0 will be 0x47 and BRP will be 8, it's ok to work. but on the version v3.1.0, if the Baud rate is set to 125000 bps, by default the BTR0 will be 0x41 and BRP will be 2, it can't be connected with CAN bus. If these parameters are changed manually as the preview version, it's ok. v3.1.0 screen shoot: image v3.0.0 image

RBEI-busmaster commented 7 years ago

We would like to get your support in testing the fix. Could you please send your contact details to BUSMASTER@in.bosch.com.

RBEI-busmaster commented 7 years ago

Hi, Please install the patch from the below location and let us know if it addresses your issue. https://github.com/rbei-etas/busmaster-transient/blob/master/BUSMASTER_Patch_v3.1.0.exe

Please write to busmaster@in.bosch.com if any issues are found. Based on the feedback, the patch will be made available as part of next version.

geier99 commented 7 years ago

Hi, my BTR calculation issues are solved. ( for example I wasn't able to set the baudrate to 33333 bps).

RBEI-busmaster commented 7 years ago

@geier99, Thanks for the feedback. Could please let us know the Operating System used.

geier99 commented 7 years ago

Hi, I have used: Windows 8.1 Pro ( with PCAN-USB interface) And today it solved also my issues on a Windows 7 Pro system. ( with PCAN-USB Pro interface)

PPSXIN commented 7 years ago

@RBEI-busmaster Hi, Sorry for the late feedback.

The installation failed when I tried to install the patch file: screenshoot

PPSXIN commented 7 years ago

BTW, the OS is win7 X64.

RBEI-busmaster commented 7 years ago

Fixed with v3.2.0. Please download and use the latest version