From: Kari Laine on
Hi,

I am learning TCL/TK for a project. I would need to use external library
from TCL-program. Specifically at the moment the libusb
library. Could someone give some pointers how to do that?

Best Regards
Kari

--
PIC - ARM - Microcontrollers - I2C - SPI
Keypads - USB-RS232 - USB-I2C - Accessories
http://www.byvac.com
I am just a happy customer
From: hae on
On 19 Apr., 17:39, Kari Laine <klai...(a)gmail.com> wrote:
> Hi,
>
> I am learning TCL/TK for a project. I would need to use external library
> from TCL-program. Specifically at the moment the libusb
> library. Could someone give some pointers how to do that?
>
> Best Regards
> Kari
>
> --
> PIC - ARM - Microcontrollers - I2C - SPI
> Keypads - USB-RS232 - USB-I2C - Accessorieshttp://www.byvac.com
> I am just a happy customer

Hello Kari,

have a look here http://wiki.tcl.tk/USB

Ruediger