[Gambas-user] USB Port

nando nando_f at ...951...
Fri Jul 15 20:23:56 CEST 2005


USB has to be hooked into kernel.
If you want to not have the USB driver running,
you could manage it separately, but I don't
believe you would want to tackle that because
it's already done as a kernel module.

?? Raw USB access ??


---------- Original Message -----------
From: Rob <sourceforge-raindog2 at ...94...>
To: gambas-user at lists.sourceforge.net
Sent: Fri, 15 Jul 2005 12:08:20 -0400
Subject: Re: [Gambas-user] USB Port

> On Friday 15 July 2005 04:49, BUDI ARIEF GUSANDI wrote:
> > I'm just wondering how to acces USB Device via gambas. Any can help
> > ?
> 
> There's no way to just access the USB device on a raw level with 
> Gambas or any other high-level language I know of.... you need its 
> driver to be installed, and then you need to use the /dev/ entry 
> (e.g. /dev/sda) or API (e.g. v4l) associated with that device.
> 
> Since raw USB access is a kernel-level thing, I'm going to suggest 
> that it should never be possible to do it with Gambas.... I don't 
> ever want there to be a "gbx.ko" kernel module ;)
> 
> Rob
> 
> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration 
> Strategies from IBM. Find simple to follow Roadmaps, straightforward 
> articles, informative Webcasts and more! Get everything you need to 
> get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
------- End of Original Message -------





More information about the User mailing list