This rocks !

I have the Holix GM-200 USB working with GPSDrive!  I will try to get a
HowTo up on my site soon!  This device has the Prolific PL-2303 chip in
it for the USB => Serial conversion.  The USB => Serial "pl2303.c"
driver seems to work pretty well!

Quick Start:

Build GPSDrive (Requires GTK 2)
Build new kernel (or module) using "USB Prolific 2303 Single Port Serial
Driver (EXPERIMENTAL)"
Load the new kernel || module
Do: `mknod /dev/ttyUSB0 c 180 0` (If it doesn't already exist)
Do: `chmod 666 /dev/ttyUSB0`
Do: `gpsd -serial /dev/ttyUSB0`
Do: `gpsdrive`

And have fun!  Below is the device info as seen in `usbview`:

serial
Speed: 12Mb/s (full)
USB Version:  1.10
Device Class: 00(>ifc )
Device Subclass: 00
Device Protocol: 00
Maximum Default Endpoint Size: 8
Number of Configurations: 1
Vendor Id: 067b
Product Id: 2303
Revision Number:  2.00

Config Number: 1
        Number of Interfaces: 1
        Attributes: a0
        MaxPower Needed: 100mA

        Interface Number: 0
                Name: serial
                Alternate Number: 0
                Class: ff(vend.)
                Sub Class: 0
                Protocol: 0
                Number of Endpoints: 3

                        Endpoint Address: 81
                        Direction: in
                        Attribute: 3
                        Type: Int.
                        Max Packet Size: 10
                        Interval:   1ms

                        Endpoint Address: 02
                        Direction: out
                        Attribute: 2
                        Type: Bulk
                        Max Packet Size: 64
                        Interval:   0ms

                        Endpoint Address: 83
                        Direction: in
                        Attribute: 2
                        Type: Bulk
                        Max Packet Size: 64
                        Interval:   0ms

     Regards,

Todd E. Johnson
[EMAIL PROTECTED]


_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to