View previous topic :: View next topic |
Author |
Message |
recursos
Joined: 25 Jun 2006 Posts: 2
|
Unable to load DLL 'mpusbapi.dll' |
Posted: Sun Jun 25, 2006 3:44 pm |
|
|
When I build PicUSB in Visual C# 2005 Express, then run it, I get an exception:
"Unable to load DLL 'mpusbapi.dll': The specified module could not be found. "
It seems to me that I read something about this in another post, but couldn't find it.
Can you help me?
Rec |
|
|
recursos
Joined: 25 Jun 2006 Posts: 2
|
"Unable to load DLL 'mpusbapi.dll' solved |
Posted: Mon Jun 26, 2006 7:55 am |
|
|
Oops!
mpusbapi.dll was not in folder bin\Release (where my output application goes).
Copied it in there, as Mat said, and now it is working.
The SW is always right, no?
Rec |
|
|
Douglas Kennedy
Joined: 07 Sep 2003 Posts: 755 Location: Florida
|
English version |
Posted: Wed Aug 16, 2006 8:35 am |
|
|
I have posted an english version in a separate thread |
|
|
HobbyPIC
Joined: 07 Oct 2007 Posts: 3
|
|
|
ratgod
Joined: 27 Jan 2006 Posts: 69 Location: Manchester, England
|
|
Posted: Wed Oct 10, 2007 10:51 pm |
|
|
Do you have a version that doesn't require .NET? or possibly any instructions that would help me make a version for Delphi?
thanks |
|
|
HobbyPIC
Joined: 07 Oct 2007 Posts: 3
|
|
Posted: Thu Oct 11, 2007 1:44 am |
|
|
Hi ratgod,
Actually this article (PicWinUSB) is only made in VC#, but it can be migrated to another language like PicUSB, originally in VC# was migrated to VC++, VB, Delphi, Labview. (Take a look at PicUSB (VC#) and PicUSB Stuff (PicUSB_Delphi) articles in my webpage). I´ve seen a C++ version of a WinUSB project. So if you take this Source Code (PicWinUSB) and compare it with older articles (PicUSB: VC# to Delphi) you will take the possibility to migrate to Delphi.
Good luck and Best Regards
ps: Sorry for my complex way to express myself in english ^^ _________________ ..:: HobbyPIC ::..
Si puede pensarse, puede hacerse...
Last edited by HobbyPIC on Thu Oct 11, 2007 1:46 am; edited 1 time in total |
|
|
ratgod
Joined: 27 Jan 2006 Posts: 69 Location: Manchester, England
|
|
Posted: Thu Oct 11, 2007 8:07 am |
|
|
I found it where you said and I will have a look at it.
mucho gracias |
|
|
ymoona
Joined: 20 Mar 2005 Posts: 32 Location: Heiloo, the Netherlands
|
|
Posted: Thu Oct 18, 2007 11:57 am |
|
|
To bad you made the source code closed source, or at least by paying via paypal. _________________ checkout my site: www.ymoona.com/wiki |
|
|
HobbyPIC
Joined: 07 Oct 2007 Posts: 3
|
|
Posted: Thu Oct 18, 2007 2:18 pm |
|
|
You still can use mpusbapi.dll and that is open source in my website. Donation is 5€, same that you pay for a cigarette box ;) If you are going to be poor if you pay that... tell me and I´ll send it to you free ... I think anyone can offer his 'intellectual properties' as he wants. And at the same way I did it, you can do it... I´m totally sure. You only need to invest your time... if you have no time, then make a donation for time spend from other people. Easy, it isnt?
Best regards _________________ ..:: HobbyPIC ::..
Si puede pensarse, puede hacerse... |
|
|
diogoc
Joined: 12 Feb 2008 Posts: 19
|
picusb |
Posted: Wed Feb 13, 2008 1:29 pm |
|
|
Hi!
i like to know it it is possible receive more than one byte with usb_receive. vi in labview? i receive more than one byte but the format is an integer and i dont know how separate the bytes of an integer. ist possible to recive the data in a array?
thanks and sorry for my english |
|
|
ratgod
Joined: 27 Jan 2006 Posts: 69 Location: Manchester, England
|
|
Posted: Sat Feb 16, 2008 1:06 am |
|
|
I've had a good play with the PICusb delphi port. it all works fine for me but does anyone know how to make the delphi side receive data streamed from the PIC without requesting it?
I want to stream data from a CANbus to a laptop via USB
I tried CDC but the software on the windows side always comes out flakey.
anyone have any ideas?
I only use delphi on the laptop btw |
|
|
gbaldrich
Joined: 11 Dec 2010 Posts: 1 Location: Cartagena, Colombia
|
PICUSB and LCD?? |
Posted: Fri Dec 17, 2010 11:49 pm |
|
|
Hi, could you help me with a code where show how to Print in LCD using PICUSB Project ? I have tried but both things LCD and USB comm doesn't work together.
Thanks for sharing!! |
|
|
tim_sid
Joined: 11 Apr 2014 Posts: 16
|
|
Posted: Wed Jun 18, 2014 10:31 am |
|
|
Dear Hobby PIC,
I just used your code and modified it too, its running good. Thanks.
But I have a problem, when I transmit a file from PC it is received at PIC18F2550, the speed of communication is very slow, it takes seconds to transmit Kbs. Please suggest what might be the issue? |
|
|
|