On Sun, 2003-10-26 at 19:19, Joshua Wise wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> >     I've got a samsung 16T202DA VFD which (has a parallel interface and) is
> > attached to a carrier board with a usb cable attached.  I'm guessing the
> > carrier board does some type of serial to parallel conversion.
> 
> Are you sure it's a parallel interface, not a RS232 just over 25 pins? A 
> google shows very little about the 16T202DA - do you have a link with more 
> info? (Or do you mean that the LCD has a parallel interface?)
> 
> > Can't find much info on the carrier board.  It's made by sasem.com and the
> > silkscreen on the board says "HTPC USB Rev 1.2".  Their website doesn't
> > seem to have anything and google has turned up zilch so far.
> 
> Yeah, I'm not seeing anything at all about it even existing on their site.
> 

I think this device is a Sasem OnAir Remocon IR/VFD combo.  The VFD is
a Samsung.  I found a windoze driver for it.  I suppose the best way to
proceed is to plug it into a windows machine and load the driver and 
poke at it that way.  Any suggestions for tools I might use to observe
and replicate the behaviour of the windows driver?  

I have emailed a request for information to sasem.com, but unfortunately
the only emails listed on their website are for sales and marketing.

There is also a windows application called girder which manages the IR
portion.

I'm new to USB programming and its been years since I've written a
device driver.  The output of lsusb tells me that there is 
one configuration and one interface with 2 endpoints (let me know if I'm
using the terminology wrong because I'll be the first to admit I don't 
know what I'm talking about).

The endpoint addresses are EP 1  0x81 (IN)  and EP 2 0x02 (OUT).
The maxpacketsize on both endpoints is 8 and the transfer type is 
interrupt.

With a verndorid of 0x11ba and a productid of 0x0101, might I be able to
use usbserial as "insmod vendor=0x11ba product=0x0101" and create a
device node in /dev/usb to send and receive data to/from it?  Or am I
thinking of usbserial the wrong way?


Any help appreciated.

-Henry Culver
-Culver Consulting
[EMAIL PROTECTED]

> -------------------------------------------------------
> This SF.net email is sponsored by: The SF.net Donation Program.
> Do you like what SourceForge.net is doing for the Open
> Source Community?  Make a contribution, and help us add new
> features and functionality. Click here: http://sourceforge.net/donate/
> _______________________________________________
> [EMAIL PROTECTED]
> To unsubscribe, use the last form field at:
> https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
> 




-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to