Gediminas Simanskis

Results 26 comments of Gediminas Simanskis

Another solution is to use mac-can: https://github.com/mac-can

Today my wife's NISSAN says first "hello world" using Python-CAN ;-)

Just tested on the Peak CAN Pro FD adapter.At least 500, 250, 100 kbit works fine for me.

Add New Device Connection -> Create New Connection -> Select device (!) -> Change speed to 100000 -> Save Bus Settings. It works for me.

![kvaser_side](https://github.com/collin80/SavvyCAN/assets/46974254/1a498851-cd90-4e54-8630-bc617b35f2b9) ![Peak+SavvyCAN_side](https://github.com/collin80/SavvyCAN/assets/46974254/f924534e-d022-448e-9ca6-baffda7e2b01)

I have compiled several versions older than this for the arm64 Apple silicon (Qt 5.15.16) And serial bus plugin for the Rusoku TouCAN USB adapter series only.Rusoku serial bus plugin...

Qt 5.15.x doesn't have build for the arm64 Qt libraries by default. Need to rebuild all Qt libraries and plugins before.

SavvyCAN for arm64 aka Apple silicon, commit 1999da8 version: https://www.rusoku.com/downloads/SavvyCAN_arm64_1999da8.zip After download need to remove file from quarantine: xattr -cr FILE_NAME arm64 version works much faster for me on my...

I don't see any frames lost.From 500 000 I have received 100% frames with about 780 frames per second on 1Mbit bus speed and 1mS interframe space.If I decrease interframe...