+ Reply to Thread
Results 1 to 40 of 48
Thread: PDFSUSB.exe source
-
- 10th February 2006, 15:20 #1
PDFSUSB.exe source
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."
-
- 10th February 2006, 21:45 #2
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.
-
- 11th February 2006, 20:57 #3
Thanks.
Check your private messages for the details.
-
- 28th February 2006, 11:25 #4
PDFSUSB.exe
Originally Posted by PJALM
Thank's
Motemagno@hotmail.com
-
- 6th March 2006, 20:16 #5
usb
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
-
- 4th April 2006, 08:58 #6
PDFSUSB.exe source
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!
-
- 28th September 2006, 20:10 #7
Question
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
JuanLast edited by Juan Quezada; - 28th September 2006 at 20:13.
-
- 20th October 2006, 03:03 #8
hi, can u also send me the source code?
Originally Posted by PJALM
My email address is :
seudemon@gmail.com
-
- 9th November 2006, 18:58 #9
Hello guys.
IŽd like to have a copy of that source too please. If thereŽs someone really kind out there my email is
alfa.hakan@gmail.com
Very thankfull.
Regards
Armando.
-
- 26th November 2006, 01:51 #10
PDFSUSB Source code.
IŽd like to have a copy of that source too please.
My email is:
mgaz@optusnet.com.au
Thanksl.
Mark.
-
- 7th December 2006, 11:16 #11
Could I also get a copy - pb at bcd dot cx
Thanks,
Bill
-
- 7th December 2006, 11:58 #12
also need
I am also in need of it, Thanks, Thanks
my email is
loadcell@sify.com
sales@precision.net.in
-
- 27th December 2006, 14:01 #13
I would be grateful if any of you could send it to me too.
Thanks
ciaognao AT libero DOT it
-
- 6th January 2007, 21:46 #14
Pleas can you send to me the source code for Microchip's PDFSUSB.exe USB demo software?
My email is: salam.hamid@get2net.dk
Thank you
Regards
Salam
-
- 3rd August 2007, 04:00 #15
Source code for PDFSUSB.EXE
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 stsrtom@optusnet.com.au
-
- 12th August 2007, 03:50 #16
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.
-
- 13th August 2007, 23:34 #17
For those who are still interested, I have a copy I can send.
Cheers,
Marc
-
- 14th August 2007, 02:20 #18
Please send copy of Microchip's PDFSUSB.exe
normnet@hickorytech.net
Norm
-
- 14th August 2007, 19:06 #19
yba2cuo3, I would like a copy of that source please
bartlee.anderson nospam comcast.net
replace " nospam " with @ for real address
Thanks, Bart
-
- 15th August 2007, 05:54 #20
The next request
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
-
- 15th August 2007, 19:07 #21
bartleeanderson, could you please send the source to me?
email: klamspam at gmail.com
I solemnly swear to pass on the torch :P
-
- 16th August 2007, 16:39 #22
to bartleeanderson, please bless me with the source, it may help me and my future junior student..hagiri_oro@yahoo.com
thanks
regards
caerzura
-
- 20th August 2007, 16:10 #23
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
-
- 3rd September 2007, 18:36 #24
missing files
there are some missing headers
would you please email full copy to me
viewgsm_at_hotmail.com
thank you
-
- 4th September 2007, 03:42 #25
Tell me which headers are missing, so I can post them. I don't have Borland, so I can't compile the project myself.
-
- 4th September 2007, 07:20 #26
too many
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
-
- 5th September 2007, 03:57 #27
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 thereIt looks like the source I have is incomplete.
-
- 6th September 2007, 19:42 #28
still , do u mind sending me the full copy , I will try to test it
Thank you
-
- 4th October 2007, 08:45 #29
need a copy (for all)
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.
-
- 5th October 2007, 00:10 #30
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
-
- 5th October 2007, 03:16 #31
-
- 3rd January 2008, 04:06 #32
who can send me one copy of it?
I need the source code for PDFSUSB.exe .
d1021@163.com
-
- 3rd January 2008, 08:01 #33
I will try to attach a split file of PICDEMUSBFSDemoTool.
This may take 5 posts.
Norm
-
- 3rd January 2008, 08:04 #34
2nd Post Split files.
Norm
-
- 3rd January 2008, 08:07 #35
3rd Post Split files.
Norm
-
- 3rd January 2008, 08:11 #36
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
-
- 3rd January 2008, 08:20 #37
File compare shows a valid file uploaded.
Norm
-
- 4th January 2008, 06:16 #38
Thank you Norm
I've got the source files you posted above.
And compiled&rebuilt the project successfully.
It runs ok.
Thanks a lot.
-
- 9th February 2008, 09:43 #39
Linker Error
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.
-
- 9th February 2008, 12:07 #40
You need to install TMS Instrumentation Workshop in your bcb6.0.
Similar Threads
-
Filling pdu array with gps data!
By camolas in forum mel PIC BASIC ProReplies: 2Last Post: - 4th October 2008, 00:54 -
Compiling error of Pdfsusb.exe source code
By radio in forum USBReplies: 1Last Post: - 21st February 2008, 16:36 -
14-DECEMBER-2006 QuickBlue is now an open source product.
By lester in forum BluetoothReplies: 0Last Post: - 15th December 2006, 20:16 -
Remote Control receiver - input source switching
By jamie_s in forum mel PIC BASIC ProReplies: 10Last Post: - 16th October 2006, 21:20 -
Source for PDFSUSB.exe
By Braschi in forum USBReplies: 2Last Post: - 28th July 2006, 11:29
Bookmarks