[Gambas-user] USB Port

nando nando_f at ...951...
Mon Jul 18 13:34:12 CEST 2005


The USB<->Serial was just an example.
The RFID device may already be supported in the kernel
as /dev/something-or-other if the RFID device's internal firmware talks 
as known devices...
For example: a USB barcode scanned would work because it works like
HID just like a keyboard.  In my opinnion, a RFID device would reasonally
input characters just like a keyboard.  It may actually be /dev/ttyUSB0 or
similar.
-Fernando


---------- Original Message -----------
From: Rob <sourceforge-raindog2 at ...94...>
To: gambas-user at lists.sourceforge.net
Sent: Sun, 17 Jul 2005 17:40:32 -0400
Subject: Re: [Gambas-user] USB Port

> On Sunday 17 July 2005 00:18, budi at ...415... wrote:
> > Well actually it's for accesing RFID device which using USB. Mostly
> > new device now using USB or Direct Ethernet connection not old
> 
> You'll need to obtain (or write) a driver for the RFID device.  The 
> driver would most likely be implemented as a kernel module; there'd 
> be no way to write a driver for a USB device in Gambas as far as I 
> know.  Once you have a driver, you should be able to talk to the 
> device over /dev/something-or-other.
> 
> > RS232. I have no problem with ethernet since there's a gambas
> > component for handling that. Regarding to USB<-->Serial adapter
> > means add new hardware again ? It costs then.
> 
> Nando misunderstood your request and my response; I seriously doubt 
> a USB to serial adaptor is going to help you talk to a USB RFID device.
> 
> 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