Re: Access to CAN-Bus

2008-06-09 Thread Thin Myrna
Thin Myrna wrote: Thanks for all your answers. I've just contacted the vendor for Linux support. If I went for an other vendor (I'm on a notebook, so USB-hardware is needed): Does anyone have especially good experiences with a particular one? Anyone I should stay away from? Kind regards Thin

Re: Access to CAN-Bus

2008-06-09 Thread eliben
On Jun 9, 8:57 am, Thin Myrna <[EMAIL PROTECTED]> wrote: > I'd like to access some drive hardware via CAN bus from Python under Linux > (sending rec'ing PDOs). Googling around I couldn't find a Python package, > but people who said that they are doing this, though. I guess they are > using their ho

Re: Access to CAN-Bus

2008-06-09 Thread Stephan Diehl
Thin Myrna schrieb: I'd like to access some drive hardware via CAN bus from Python under Linux (sending rec'ing PDOs). Googling around I couldn't find a Python package, but people who said that they are doing this, though. I guess they are using their home brewn software. Any pointer to - suc

Re: Access to CAN-Bus

2008-06-09 Thread John Schroeder
Isn't a CAN bus accessed via the COM ports (serial or parallel)? If this is the case, then you should use pySerial and/or pyParallel but you would have to define the protocol yourself. (I've used pyserial to implement a LAPB protocol.) On Mon, Jun 9, 2008 at 12:15 AM, Diez B. Roggisch <[EMAIL PR

Re: Access to CAN-Bus

2008-06-09 Thread Diez B. Roggisch
Thin Myrna schrieb: I'd like to access some drive hardware via CAN bus from Python under Linux (sending rec'ing PDOs). Googling around I couldn't find a Python package, but people who said that they are doing this, though. I guess they are using their home brewn software. Any pointer to - suc

Access to CAN-Bus

2008-06-09 Thread Thin Myrna
I'd like to access some drive hardware via CAN bus from Python under Linux (sending rec'ing PDOs). Googling around I couldn't find a Python package, but people who said that they are doing this, though. I guess they are using their home brewn software. Any pointer to - such software (anyone wil