-
My USB2CAN device will not work with the 32 bit driver. I followed the 8devices instructions exactly, and tried a few other ways. The 64bit driver installed the first time. I have 64bit python install…
-
I just tried to use the USB2CAN interface under Windows (the same device works fine with SocketCAN on Linux). It took some fiddling with the `usb2can.dll` available from 8devices, which is apparently…
-
I know this is pretty hardware agnostic but for getting started it might be interesting to provide a list of known working usb-can adapters.
Did anyone try the Ross-Tech HEX-V2?
-
It would be a very useful feature to enable writing abstracted values the same manner as it works in the register view of the device configuration window.
Clicking on a value in the abstractions alre…
-
I've tried different commit versions:
1) latest master
2) master-branch = 13 commits behind
3) cantact-fw-037e7a9c6dcf14cfd30d424b72c245e71156782e (last one before changing to CAN interrupt handli…
-
hello,
I am using a Peak USB2CAN device to read in information from a force sensor. I am using Ubuntu 16.04, is it possible to get the can messages directly into a python script _(instead of using …
-
Hello,
I am using Peak USB2CAN interface to get sensor information into ROS environment.
I am able to use socket_interface and check the frames via socket_dump. But when i use socket_bridge to c…
-
Ideally the usb2can interface implements the `set_filters` method.
-
Hi,
I found a couple of show-stoppers with usb2can using Python3.
Here's my patch:
```
# set flags on the connection
if 'flags' in kwargs:
enable_flags = kwargs["flag…
iurly updated
6 years ago
-
Hi ,
* I just have got the following [USB2CAN](http://www.8devices.com/products/usb2can) and now i am bringing it up (on ubuntu 14.04 LTS , using kernel 3.13.0-115-generic).
* When i have read th…