Skip to content

amdf/ixxatvci3

Repository files navigation

IXXAT VCI3 Golang package

github.com/amdf/ixxatvci3 is a CAN bus golang package supporting IXXAT VCI3 interface for Windows.

ixxatvci3 works with IXXAT USB-to-CAN devices.

USB-to-CAN v2

Installation

go get github.com/amdf/ixxatvci3

ixxatvci3 is cgo package. If you want to build your app using ixxatvci3, you need gcc. TDM-GCC is recommended for Windows.

Important: because this is a CGO enabled package you are required to set the environment variable CGO_ENABLED=1 and have a gcc compile present within your path.

Examples

See https://github.com/amdf/ixxatvci3-examples