PDA

View Full Version : PDFSUSB.exe source



yba2cuo3
- 10th February 2006, 14:20
Has anyone come across the source code for Microchip's PDFSUSB.exe USB demo software?

I had heard that Microchip started providing it to customers but were flooded with support calls to change the program, rewrite it in a different language, port it to other computers, add features, etc. The source was apparently complicated, and not particularly well commented. They have since pulled any reference of it off their forums.

I don't really care what shape it is in, just hoping to learn from it.

Thks,

yba2cuo3

"While it's always good to learn from one's mistakes, it's much easier to learn from the mistakes of others."

PJALM
- 10th February 2006, 20:45
If you can give you an email address that can receive an attachement of 5mb, I can send it to you. It is in Borland C++ Builder 6.0.

yba2cuo3
- 11th February 2006, 19:57
Thanks.

Check your private messages for the details.

orsobruno
- 28th February 2006, 10:25
If you can give you an email address that can receive an attachement of 5mb, I can send it to you. It is in Borland C++ Builder 6.0.
can you send it to me also?
Thank's

[email protected]

Srigopal007
- 6th March 2006, 19:16
PJALM,

Can you please send me the file also, I would not mind learning this. I tried learning the USB interfacing once, but was unsuccessful at it. maybe the second time is a charm,


thanks,

Srig

enrique
- 4th April 2006, 08:58
Hallo and excuse my english...it is very,very, very bad... sorry!

Can anybody send me the source code in borland builder for PDFSUSB.exe source ?

IŽm triying to do experiments with 18f2550 in USB and it woul be very neccesary for me to learn how use prototipes on the PC.

Thanks at all!

Juan Quezada
- 28th September 2006, 20:10
Hello: I'm a new member and want to ask your help.
Is there any way that you can send me a copy of the source code for PDFSUSB.exe ? I'm stuck testing a PIC18F4550 board when using the exe file.

Thank you

Juan

daemone
- 20th October 2006, 03:03
If you can give you an email address that can receive an attachement of 5mb, I can send it to you. It is in Borland C++ Builder 6.0.

I am also in need of it, Thanks

My email address is :

[email protected]

Armando Herjim
- 9th November 2006, 17:58
IŽd like to have a copy of that source too please. If thereŽs someone really kind out there my email is

[email protected]

Very thankfull.

Regards

Armando.

markg
- 26th November 2006, 00:51
IŽd like to have a copy of that source too please.

My email is:

[email protected]

Thanksl.

Mark.

bcd
- 7th December 2006, 10:16
Could I also get a copy - pb at bcd dot cx

Thanks,
Bill

precision
- 7th December 2006, 10:58
I am also in need of it, Thanks, Thanks

my email is

[email protected]
[email protected]

cgao
- 27th December 2006, 13:01
I would be grateful if any of you could send it to me too.

Thanks

ciaognao AT libero DOT it

Salam
- 6th January 2007, 20:46
If you can give you an email address that can receive an attachement of 5mb, I can send it to you. It is in Borland C++ Builder 6.0.

Pleas can you send to me the source code for Microchip's PDFSUSB.exe USB demo software?

My email is: [email protected]

Thank you

Regards
Salam

stsrtom
- 3rd August 2007, 04:00
If you can give you an email address that can receive an attachement of 5mb, I can send it to you. It is in Borland C++ Builder 6.0.

I would be very greatful if you could send me the PDFSUSB.EXE, as my software won't work with Windows Vista, but PDFSUSB.EXE does.
Thanks in advance
Tom.
my email is [email protected]

PJALM
- 12th August 2007, 03:50
Sorry Everyone.

I no longer have the source for this as I now have switched over to Mac OS X and didn't see a reason to keep it.

yba2cuo3
- 13th August 2007, 23:34
For those who are still interested, I have a copy I can send.

Cheers,

Marc

Normnet
- 14th August 2007, 02:20
Please send copy of Microchip's PDFSUSB.exe
[email protected]

Norm

bartleeanderson
- 14th August 2007, 19:06
yba2cuo3, I would like a copy of that source please
bartlee.anderson nospam comcast.net
replace " nospam " with @ for real address

Thanks, Bart

bartleeanderson
- 15th August 2007, 05:54
I've agreed to pass on the source to the next person that asks.
If you would be so good as to do the same if you request it from me.
I guess we're starting a handed down tradition :)

Hunter2
- 15th August 2007, 19:07
bartleeanderson, could you please send the source to me?
email: klamspam at gmail.com

I solemnly swear to pass on the torch :P

caerzura
- 16th August 2007, 16:39
to bartleeanderson, please bless me with the source, it may help me and my future junior [email protected]

thanks

regards
caerzura

Hunter2
- 20th August 2007, 16:10
I've repackaged the source, after deleting some unnecessary(?) files, i.e. debugger symbols, object files, temporary backup files, compiled binaries etc. I've attached the now manageable-sized file (PICDEMUSBFSDemoTool.zip) to this post.

Note that I deleted PICBOOT.dll since it was taking too much space. This can probably be built from the COMPortDriver source in the project directory (there was a PICBOOT.dll in that folder), using Visual Studio. Alternately you can just copy the file from the binary distribution of PDFSUSB.

Good luck everyone :)

viewgsm
- 3rd September 2007, 18:36
there are some missing headers

would you please email full copy to me

viewgsm_at_hotmail.com

thank you

Hunter2
- 4th September 2007, 03:42
Tell me which headers are missing, so I can post them. I don't have Borland, so I can't compile the project myself.

viewgsm
- 4th September 2007, 07:20
hi, too many headers ,
if you may send me a full copy , I will post an easy web link .

Thanks

VrBitmapDial.hpp
VrControls.hpp
VrAngularMeter.hpp
VrLabel.hpp
VrLeds.hpp
VrSwitch.hpp
VrCheckLed.hpp
VrScope.hpp

Hunter2
- 5th September 2007, 03:57
Hi,
Sorry, I just checked the full ZIP and there are no .HPP files. I didn't delete anything in the smaller ZIP except:

*.~* (e.g. file.~cpp, file.~h, etc... since these are temporary files)
*.o (generated when you compile)
*.tds (debugger symbols, generated when you compile)
(possibly), *.obj (not sure - might be generated when you compile)
*.exe (generated when you compile)
PICBOOT.dll (available from binary distribution)

Everything else is still there :( It looks like the source I have is incomplete.

viewgsm
- 6th September 2007, 19:42
still , do u mind sending me the full copy , I will try to test it

Thank you

djohn
- 4th October 2007, 08:45
can someone share the source code thru a file hosting site like rapidshare, mihd etc. and post a link here. It will serve all.
Thanks.

viewgsm
- 5th October 2007, 00:10
its already attached above ,,

sorry I was wrong , I source above is fine , it was my mistake

I didn't installed borland C++ right ,

everything now is ok , and again , the source code above is working

Thank you all

Hunter2
- 5th October 2007, 03:16
can someone share the source code thru a file hosting site like rapidshare, mihd etc. and post a link here. It will serve all.
Thanks.

You go ahead. The file is attached to a previous post for all to download, feel free to redistribute via rapidshare etc.

Dong
- 3rd January 2008, 03:06
I need the source code for PDFSUSB.exe .

[email protected]

Normnet
- 3rd January 2008, 07:01
I will try to attach a split file of PICDEMUSBFSDemoTool.
This may take 5 posts.

Norm

Normnet
- 3rd January 2008, 07:04
2nd Post Split files.

Norm

Normnet
- 3rd January 2008, 07:07
3rd Post Split files.

Norm

Normnet
- 3rd January 2008, 07:11
4th and final post.

Down load all files (1 through 18) to a folder.
Remove the .TXT from each file name and click the .exe file to unzip.


Norm

Normnet
- 3rd January 2008, 07:20
File compare shows a valid file uploaded.

Norm

Dong
- 4th January 2008, 05:16
I've got the source files you posted above.
And compiled&rebuilt the project successfully.
It runs ok.

Thanks a lot.

paketorro
- 9th February 2008, 08:43
I have downloaded the files and I have found that there is still some header files missing regarding with Controls of the DemoTool page. In my case these file are not so necessary, since I just want to build a simple application for downloading HEX files, so I have deleted them.

Now I can successfully compile the project with Borland Builder 6.0 but there is still a linker error: [Fatal Linker Error] Fatal: Unable to open file 'VCWB6.LIB'

Can anyone help me, since I am not used to Borland Builder. If anyone can post the source files for Visual Studio will be fine as well.

Thanks.

Dong
- 9th February 2008, 11:07
You need to install TMS Instrumentation Workshop in your bcb6.0.

radio
- 18th February 2008, 10:21
hi, too many headers ,
if you may send me a full copy , I will post an easy web link .

Thanks

VrBitmapDial.hpp
VrControls.hpp
VrAngularMeter.hpp
VrLabel.hpp
VrLeds.hpp
VrSwitch.hpp
VrCheckLed.hpp
VrScope.hpp

I also miss those header, I saw someone said it is because install the BCB wrongly, can anyone tell me how can i install the BCB correctly.

PJALM
- 21st February 2008, 15:37
No its part of a separate custom control suite and not part of Borland's suite at all.

Dong
- 24th February 2008, 09:08
http://www.tmssoftware.com/tiw.htm

dlchambers
- 28th February 2008, 03:17
Thanks to Hunter2 for posting the ZIP of the PICDEMUSBFSDemoTool source.
It's done in Borland C++ Builder, so I ported it to VC++.
Details here: http://www.dlwrr.com/electronics/picdem/index.html

sjpast
- 18th August 2008, 23:13
Now I can successfully compile the project with Borland Builder 6.0 but there is still a linker error: [Fatal Linker Error] Fatal: Unable to open file 'VCWB6.LIB'


I'm currently working on recompiling and building the PICDEMUSBFSDemo software project with C++ Builder 2007. I've installed the TMS Software from the link above for Builder 2007 (although the installation locked at the very end). I'm also getting the error pertaining to VCWB6.lib. I've searched my hard drive for this library but cannot find it, I've also tried googling for it although end up unsuccessful. Is this library even required for what I'm doing, or should it have installed with the installation of the Instrumentation Workshop software? I'm really new to all this, I appreciate any help.

Thank you

sjpast
- 21st August 2008, 15:34
I'm currently working on recompiling and building the PICDEMUSBFSDemo software project with C++ Builder 2007. I've installed the TMS Software from the link above for Builder 2007 (although the installation locked at the very end). I'm also getting the error pertaining to VCWB6.lib. I've searched my hard drive for this library but cannot find it, I've also tried googling for it although end up unsuccessful. Is this library even required for what I'm doing, or should it have installed with the installation of the Instrumentation Workshop software? I'm really new to all this, I appreciate any help.

Thank you

Ok, never mind. Thanks to dlchambers for his work with the visual studio route, I've been able to accomplish what I've needed using that rather than the original code with Borland.

nigude
- 16th September 2008, 08:45
please forward me the pdfsusb.exe to my mail address [email protected]

dlchambers
- 17th September 2008, 00:26
A ZIP of MChip's original FSUSB can be found here:
http://www.dlwrr.com/electronics/picdem/
Look for the 'mchip_pdfsusb.zip' link at the bottom of the page.

-Dave