Prolific based USB->Serial 8192 baud support

Information and discussion of EFI hardware and specifications
User avatar
antus
Site Admin
Posts: 8237
Joined: Sat Feb 28, 2009 8:34 pm
cars: TX Gemini 2L Twincam
TX Gemini SR20 18psi
Datsun 1200 Ute
Subaru Blitzen '06 EZ30 4th gen, 3.0R Spec B
Contact:

Prolific based USB->Serial 8192 baud support

Post by antus »

Here is a registry file that should enable 8192 baud on generic prolific chipset usb->serial adaptors. Import the key in to the registry and restart your pc for the driver to pick up the new rate. Thanks to Malser for reporting this was possible, and how.
Attachments
Prolific_8192.zip
Prolific 8192 baud registry entry
(350 Bytes) Downloaded 1077 times
Have you read the FAQ? For lots of information and links to significant threads see here: http://pcmhacking.net/forums/viewtopic.php?f=7&t=1396
User avatar
delcowizzid
Posts: 5493
Joined: Sat Feb 28, 2009 8:38 pm
Location: Wellington NZ
Contact:

Re: Prolific based USB->Serial 8192 baud support

Post by delcowizzid »

oh so it does work i added the extras into my driver reg but never got round to testing it out
If Its Got Gas Or Ass Count Me In.if it cant be fixed with a hammer you have an electrical problem
User avatar
Holden202T
Posts: 10311
Joined: Sat Feb 28, 2009 9:05 pm
Location: Tenambit, NSW
Contact:

Re: Prolific based USB->Serial 8192 baud support

Post by Holden202T »

does this only work on specific ones or is it generic .... i have one installed and did the path and no joy ?!?!
malser
Posts: 15
Joined: Thu Apr 29, 2010 10:48 pm
Location: Ukraine, Vinnitsa

Re: Prolific based USB->Serial 8192 baud support

Post by malser »

These options universal. I worked in many programs on speed 8192, and also on speeds 10400, 10472 (https://pcmhacking.net/forums/viewtopi ... 0&start=90). I made tests on 5 chipset of PL 2303 (H, HX, X, HXD chip version) and only one did not begin to work. That which without letters after 2303

Learn sets the speed by using the monitoring program requests to COM-ports, for example «Free Serial Port Monitor» of company «HDD Software». To do this:
• before the opening of a diagnostic run-monitor mode of the monitor port and choose the COM-port, which is used diagnostic program;
• select the presentation, which shows all the requests and responses from the driver COM-port (for example, "Table");
• Open a diagnostic program and try to briefly connect;
• return to the monitor ports;
• found in the log exchange request «Set baud rate» and transfer data rate from the field "Data" from hexadecimal to decimal format. Note that the first is the low byte value of the velocity:
See picture
Data: 00 20 00 00.
The velocity in hexadecimal: 00 00 20 00.
In decimal representation - 8192.

http://www.serial-port-monitor.com/free ... loads.html
8192.JPG
8192.JPG (190.83 KiB) Viewed 14452 times
User avatar
Holden202T
Posts: 10311
Joined: Sat Feb 28, 2009 9:05 pm
Location: Tenambit, NSW
Contact:

Re: Prolific based USB->Serial 8192 baud support

Post by Holden202T »

mine is a PL2303 but it shows up as "usb/serial USB-HID -> Com Device (com9)"

the drivers listed are windows\system32\drivers\hidusb.sys (and others in the same folder)
malser
Posts: 15
Joined: Thu Apr 29, 2010 10:48 pm
Location: Ukraine, Vinnitsa

Re: Prolific based USB->Serial 8192 baud support

Post by malser »

For me a device is determined so: Prolific USB-to-Serial Comm Port (COM1)
C:\WINDOWS\system32\drivers\ser2pl.sys
USB\VID_067B&PID_2303
http://www.prolific.com.tw/support/file ... _v1210.zip
User avatar
Holden202T
Posts: 10311
Joined: Sat Feb 28, 2009 9:05 pm
Location: Tenambit, NSW
Contact:

Re: Prolific based USB->Serial 8192 baud support

Post by Holden202T »

yeah i've already downloaded that driver install, it doesn't seem to make a difference :(
malser
Posts: 15
Joined: Thu Apr 29, 2010 10:48 pm
Location: Ukraine, Vinnitsa

Re: Prolific based USB->Serial 8192 baud support

Post by malser »

How to detect a device in a system with a new driver? Prolific USB-to-Serial Comm Port? How it works on standard rates?
User avatar
Holden202T
Posts: 10311
Joined: Sat Feb 28, 2009 9:05 pm
Location: Tenambit, NSW
Contact:

Re: Prolific based USB->Serial 8192 baud support

Post by Holden202T »

hid compliant device

even when i try to update the drivers to the pl2303 ones it just never wants to use them.
User avatar
antus
Site Admin
Posts: 8237
Joined: Sat Feb 28, 2009 8:34 pm
cars: TX Gemini 2L Twincam
TX Gemini SR20 18psi
Datsun 1200 Ute
Subaru Blitzen '06 EZ30 4th gen, 3.0R Spec B
Contact:

Re: Prolific based USB->Serial 8192 baud support

Post by antus »

ive seen bad generic non microsoft certified HID device drivers cause all kinds of pain before. The ones I had were taking over my usb mouse. This was a long time ago and I dont recall the details but I had to do some registry hacking and file deleting to make them go away. After that my mouse was fine again, without it my mouse would not use any other drivers. You might have picked up some similar drivers along the way. :thumbdown:
Have you read the FAQ? For lots of information and links to significant threads see here: http://pcmhacking.net/forums/viewtopic.php?f=7&t=1396
Post Reply