An open API service indexing awesome lists of open source software.

https://github.com/amdf/ixxatvci3

Golang IXXAT VCI3 interface for Windows
https://github.com/amdf/ixxatvci3

automotive can can-bus canbus canusb controller-area-network golang ixxat

Last synced: 2 months ago
JSON representation

Golang IXXAT VCI3 interface for Windows

Awesome Lists containing this project

README

          

# IXXAT VCI3 Golang package

[github.com/amdf/ixxatvci3](https://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](http://hex.pp.ua/img/usbtocan.png)

## Installation

```bash
go get github.com/amdf/ixxatvci3
```

_ixxatvci3_ is *cgo* package.
If you want to build your app using ixxatvci3, you need gcc. [TDM-GCC](https://jmeubank.github.io/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