GSM Shop GSM Shop
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.
Only registered members may post questions, contact other members or search our database of over 8 million posts.

Registration is fast, simple and absolutely free so please - Click to REGISTER!

If you have any problems with the registration process or your account login, please contact contact us .

Go Back   GSM-Forum > Other Gsm/Mobile Related Forums > GSM Programming & Reverse Engineering


GSM Programming & Reverse Engineering Here you can post all Kind of GSM Programming and Reverse Engineering tools and Secrets.

Reply
 
LinkBack Thread Tools Display Modes
Old 06-22-2006, 02:41   #1 (permalink)
Insane Poster
 
Join Date: Aug 2005
Location: I will Show U With My Heart...
Age: 52
Posts: 95
Member: 167947
Status: Offline
Thanks Meter: 45
how to reprogram pl-2303hx


please somebody can give me software with bin/hex to reprogram eeprom prolific pl-2303hx
i'm try to searc in google but nothing solution
  Reply With Quote
Old 06-23-2006, 17:06   #2 (permalink)
Junior Member
 
Join Date: Dec 2005
Posts: 2
Member: 214545
Status: Offline
Thanks Meter: 0
pl2303

what exactly u want to achieve by reprogramming pl2303,,,
It can be reprogrammed I believe,, but it all depends what you want to achieve with it ,,,
a custom program can be made to do this ..
but if you could plz give some more details , thn I'll be in a better position to help you
  Reply With Quote
Old 06-25-2006, 11:10   #3 (permalink)
Insane Poster
 
Join Date: Aug 2005
Location: I will Show U With My Heart...
Age: 52
Posts: 95
Member: 167947
Status: Offline
Thanks Meter: 45
i need to change the serial no
or writing new serial no, for protecting my software
brother
  Reply With Quote
Old 06-25-2006, 21:49   #4 (permalink)
No Life Poster
 
Zaihtam's Avatar
 
Join Date: Dec 2004
Location: 0x001FD00
Posts: 1,285
Member: 98572
Status: Offline
Thanks Meter: 36
Look at the developer site for the datasheet. read.


Good Luck...
  Reply With Quote
Old 06-27-2006, 14:22   #5 (permalink)
Insane Poster
 
Join Date: Aug 2005
Location: I will Show U With My Heart...
Age: 52
Posts: 95
Member: 167947
Status: Offline
Thanks Meter: 45
@zaithtam
not found what ineed in www.prolific.com.tw
i need soft for read or write eeprom in pl 2303hx and bin/hex file..???
can u give me solution bro
  Reply With Quote
Old 06-27-2006, 15:04   #6 (permalink)
No Life Poster
 
gbluez's Avatar
 
Join Date: Jul 2004
Posts: 11,049
Member: 73565
Status: Offline
Thanks Meter: 5,062
i think its useless. Its different with ftdi based chip.
All PL2303 based chip has universal driver.
e.g: SST cable driver, DKU 5 cable driver,,,,etc.
we can easily force those driver with any other 2303 based chip driver.


You can only rename it. No special purpose will be done with PL2303.

BR
  Reply With Quote
Old 06-28-2006, 02:47   #7 (permalink)
Insane Poster
 
Join Date: Aug 2005
Location: I will Show U With My Heart...
Age: 52
Posts: 95
Member: 167947
Status: Offline
Thanks Meter: 45
my friend told me
it's have serial no in pl 2303hx but i must have soft and hex/bin file to read & write this serial.
it's name "epprom writer" but i can find this soft in google

i'm sorry is maybe i'm wrong
  Reply With Quote
Old 07-04-2006, 11:01   #8 (permalink)
No Life Poster
 
Zaihtam's Avatar
 
Join Date: Dec 2004
Location: 0x001FD00
Posts: 1,285
Member: 98572
Status: Offline
Thanks Meter: 36
http://www.prolific.com.tw/eng/download.asp


You need login mate to be able to do that.


Good Luck...
  Reply With Quote
Old 07-04-2006, 16:22   #9 (permalink)
Insane Poster
 
Join Date: Aug 2005
Location: I will Show U With My Heart...
Age: 52
Posts: 95
Member: 167947
Status: Offline
Thanks Meter: 45
@zait
thank for u info
what can i do
i dont have id for login bro
and still waiting for solution

@gblues
what soft for rename
maybe i can learn from this soft bro
  Reply With Quote
Old 07-04-2006, 21:17   #10 (permalink)
No Life Poster
 
gbluez's Avatar
 
Join Date: Jul 2004
Posts: 11,049
Member: 73565
Status: Offline
Thanks Meter: 5,062
No need special soft. Just play around with INF. Thats all..

Code:
;
;   SER2PL.INF (for Windows 2000)
;
;   Copyright (c) 2000, Prolific Technology Inc.

[version]
signature="$Windows NT$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%Pro%
catalogfile=pl2303.cat
DriverVer=06/25/2004,2.0.0.26

[SourceDisksNames]
1=%Pro.Disk%,,,

[ControlFlags]
ExcludeFromSelect = USB\VID_067b&PID_2303

[SourceDisksFiles]
ser2pl.sys=1

[DestinationDirs]
DefaultDestDir=12
ComPort.NT.Copy=12

[Manufacturer]
%Pro%=Pro

[Pro]
%DeviceDesc% = ComPort, USB\VID_067B&PID_2303

[ComPort.NT]
CopyFiles=ComPort.NT.Copy
AddReg=ComPort.NT.AddReg

[ComPort.NT.HW]
AddReg=ComPort.NT.HW.AddReg

[ComPort.NT.Copy]
ser2pl.sys

[ComPort.NT.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,ser2pl.sys
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"

[ComPort.NT.HW.AddReg]
HKR,,"UpperFilters",0x00010000,"serenum"

[ComPort.NT.Services]
AddService = Ser2pl, 0x00000002, Serial_Service_Inst
AddService = Serenum,,Serenum_Service_Inst

[Serial_Service_Inst]
DisplayName    = %Serial.SVCDESC%
ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
StartType      = 3               ; SERVICE_SYSTEM_START (this driver may do detection)
ErrorControl   = 1               ; SERVICE_ERROR_IGNORE
ServiceBinary  = %12%\ser2pl.sys
LoadOrderGroup = Base

[Serenum_Service_Inst]
DisplayName    = %Serenum.SVCDESC%
ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
StartType      = 3               ; SERVICE_DEMAND_START
ErrorControl   = 1               ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\serenum.sys
LoadOrderGroup = PNP Filter

[Strings]
Pro = "G-BlueZ Cable System"
Pro.Disk="G-BlueZ Cable System Installation"
DeviceDesc = "G-BlueZ USB Cable System"
Serial.SVCDESC   = "G-BlueZ USB USB Cable driver"
Serenum.SVCDESC = "Serenum Filter Driver"
Change any PL2303 with your own "driver"
  Reply With Quote
Old 07-09-2006, 02:59   #11 (permalink)
Insane Poster
 
Join Date: Aug 2005
Location: I will Show U With My Heart...
Age: 52
Posts: 95
Member: 167947
Status: Offline
Thanks Meter: 45
@gblues
thank's bro
can u give solution for change id hardware...???
Attached Images
File Type: jpg prolific.JPG (30.4 KB, 199 views)
  Reply With Quote
Old 03-30-2012, 11:31   #12 (permalink)
Junior Member
 
Join Date: Jan 2012
Posts: 22
Member: 1712835
Status: Offline
Thanks Meter: 3
Hello

See here Failed attempts to get the Sony Ericsson DCU-11 USB cable working with Windows 7 - Nicholas Skinner’s Blog
  Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
GUIDE How to Reprogram/Recover or Flashing MP4 MP5 Player coldGin Game Consoles & Mp3/4 , HD players 48 05-07-2016 16:09
need help how to reprogram E2510 using UST-PRO2 ninozacal UST Pro II 0 10-02-2009 15:08
How to easy reprogram griffin mcu with 2.0895 hex ? genocite Griffin 2 05-18-2006 21:36
How to reprogram back to flash IC of A2618,A2628,T20,T29 nok Old Ericsson Phones & Sony Phones 2 06-01-2001 21:18

 



All times are GMT +1. The time now is 03:44.



Powered by Searchlight © 2024 Axivo Inc.
vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -
Page generated in 0.23027 seconds with 10 queries

SEO by vBSEO