From: Alexandre F. <ale...@gm...> - 2008-12-07 22:48:14
|
On Sun, Dec 7, 2008 at 11:18 PM, David Gravereaux <dav...@po...> wrote: > Alexandre Ferrieux wrote: > >> Now is there something intrinsically harder with USB ? > > There is no sockets interface for it, mainly. Of course :-) What I was dreaming of was taking whatever API exists for USB and disguising it into a Tcl channel type. (From what you wrote I believed you were about to do the same for Bluetooth and IrDA; knowing nothing about them I assumed the three were one the same level, exposing via specific APIs a point-to-point packet transfer.) Needless to say, such an USB channel would say nothing about the actual bytes to send; that part would be the job of the "userland driver" of each individual device. Do you think this "transport-level-only" abstraction is doable ? -Alex |