Page 1 of 2

Prolific based USB->Serial 8192 baud support

Posted: Thu Jun 24, 2010 9:58 am
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.

Re: Prolific based USB->Serial 8192 baud support

Posted: Thu Jun 24, 2010 10:50 pm
by delcowizzid
oh so it does work i added the extras into my driver reg but never got round to testing it out

Re: Prolific based USB->Serial 8192 baud support

Posted: Thu Jul 01, 2010 8:41 pm
by Holden202T
does this only work on specific ones or is it generic .... i have one installed and did the path and no joy ?!?!

Re: Prolific based USB->Serial 8192 baud support

Posted: Fri Jul 02, 2010 4:11 am
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 14654 times

Re: Prolific based USB->Serial 8192 baud support

Posted: Fri Jul 02, 2010 1:15 pm
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)

Re: Prolific based USB->Serial 8192 baud support

Posted: Sat Jul 03, 2010 4:21 am
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

Re: Prolific based USB->Serial 8192 baud support

Posted: Sat Jul 03, 2010 8:42 am
by Holden202T
yeah i've already downloaded that driver install, it doesn't seem to make a difference :(

Re: Prolific based USB->Serial 8192 baud support

Posted: Sun Jul 04, 2010 6:06 am
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?

Re: Prolific based USB->Serial 8192 baud support

Posted: Sun Jul 04, 2010 10:54 am
by Holden202T
hid compliant device

even when i try to update the drivers to the pl2303 ones it just never wants to use them.

Re: Prolific based USB->Serial 8192 baud support

Posted: Sun Jul 04, 2010 6:47 pm
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: