Skip to content
/ gocanlib Public

Golang implementation for using the Kvaser CANlib in Windows

Notifications You must be signed in to change notification settings

roffe/gocanlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

goCANlib

Golang implementation for using Kvaser CANlib SDK in Windows

You need the drivers for your Kvaser device and the Kvaser CANlib SDK found at https://kvaser.com/download/

CGO_ENABLED=1
CGO_CFLAGS="-IC:\Path\To\Canlib\INC"
CGO_LDFLAGS="-LC:\Path\To\Canlib\Lib\x64"

Example usage in goCAN Kvaser driver

About

Golang implementation for using the Kvaser CANlib in Windows

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages