Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rusoku/CANAL-View
CANAL View Qt GUI for TouCAN USB to CAN bus converter
https://github.com/rusoku/CANAL-View
bus-converter can can-bus canal canbus qt-gui rusoku toucan
Last synced: 3 months ago
JSON representation
CANAL View Qt GUI for TouCAN USB to CAN bus converter
- Host: GitHub
- URL: https://github.com/rusoku/CANAL-View
- Owner: rusoku
- Created: 2019-02-03T18:00:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-05T17:24:59.000Z (over 1 year ago)
- Last Synced: 2024-04-18T20:33:56.412Z (7 months ago)
- Topics: bus-converter, can, can-bus, canal, canbus, qt-gui, rusoku, toucan
- Language: C++
- Homepage: https://www.rusoku.com
- Size: 75.2 KB
- Stars: 17
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-canbus - CANAL-View - Qt GUI for TouCAN USB to CAN bus converter. (Utils / GUI Tools)
README
# CANAL-View
CANAL View Qt GUI for TouCAN series USB to CAN bus converterInit string parameters:
1 2 3 4 5 6 7
device_type ; device_serial_number ; speed ; tseg1 ; tseg2 ; sjw ; brpwhere:
1 - device type: for TouCAN,TouCAN Marine,TouCAN Duo this paramer is always == 0
2 - device serial number: always 8 symbols like 12345678
serial number you can find on bottom device case side like sn:12345678
3 - CAN bus speed: standard speed list: 10;20;50;100;125;250;500;1000
4 - CAN bus parameter tseg1
5 - CAN bus parameter tseg2
6 - CAN bus parameter sjw
7 - CAN bus parameter brpIf standard speed list is used next arguments can be skipped.
For example init string will looks like 0;12345678;1000For non standard CAN bus speeds: speed parameter must be == 0
For example 1000 kbit speed init string will looks like: 0;12345678;0;7;2;2;5
where: tseg1 = 7, tseg2 = 2, sjw = 2, brp = 5
CAN interface clock is : 50MHz
CAN bus parameters calculator: http://www.bittiming.can-wiki.info