Search found 3 matches

by first_zyrex
Thu 5. Sep 2013, 12:43
Forum: PCAN-USB
Topic: 4 Peak USB-CAN interfaces Windows
Replies: 1
Views: 5396

4 Peak USB-CAN interfaces Windows

Hello together,

I have 4 Peak USB-Can connected to my computer.
I am using the PCANBasic with C#

Durign start up my application i check all connecte Peak Usb´s
and i will get a list with something like "USB 1", "USB 2", "USB 3", "USB 4".

But every time i restart my computer or i remove on Peak ...
by first_zyrex
Mon 15. Apr 2013, 16:01
Forum: Linux
Topic: Mono linux and peak usb
Replies: 7
Views: 12114

Re: Mono linux and peak usb

Do you think that in the next weeks you will have example for c# and linux?

May be you can take a look at the following code

using TPCANHandle = System.Byte;

[Flags]
public enum PCANInitMessageType
{
Extended = 0x01,
Standard = 0x00,
}

public static class PCANBasicLinux
{
private ...
by first_zyrex
Mon 15. Apr 2013, 12:10
Forum: Linux
Topic: Mono linux and peak usb
Replies: 7
Views: 12114

Mono linux and peak usb

Hello,

I am a c# developer, and i have a c# app for windows wich do a lot stuff on the can bus (with pcan usb).

Now i need also a app for linux programmed in c# wich do the same things.

I know about the mono stuff.
My app is already compiling.

But i have one problem.
How can i establish a ...