-
1. Re: Delphi driver for communication with CY68013
content.librarian Mar 24, 2011 1:22 AM (in response to gerhard.burger)Hi,
Unfortunately we do not have any Delphi based examples.
-
2. Re: Delphi driver for communication with CY68013
gerhard.burger Mar 28, 2011 3:33 AM (in response to gerhard.burger)Hello Maka
Ok, thank you for your information. Maybe a user has already implemented an interface.
Friendly regards
Gerhard
-
3. Re: Delphi driver for communication with CY68013
andrew.caspary Apr 12, 2011 5:50 PM (in response to gerhard.burger)Have you had any luck finding a Delphi interface? Would prefer not to write my own...
-
4. Re: Delphi driver for communication with CY68013
ariel.jacob May 1, 2011 8:52 AM (in response to gerhard.burger)What I did was to create a c++ wrapper DLL with all the functions I needed and simply loaded that library into my Delphi project.
My dll has only send/read data, and connect disconnect events (maybe a few more support function).
-
5. Re: Delphi driver for communication with CY68013
mohd.zulhadi.zainal.abidin Jul 3, 2013 10:25 AM (in response to gerhard.burger)Is there any update regarding the delphi example?
I have encouter rthe same problem.
-
6. Re: Delphi driver for communication with CY68013
lu.feipeng Jul 7, 2013 3:20 AM (in response to gerhard.burger)That's easy. Use Win32API Hook to see what the c lib calls. Then call the api in Delphi.
There are only two function need to be hooked.
CreateFile
DeviceIoControl
-
7. Re: Delphi driver for communication with CY68013
micser Nov 12, 2015 4:54 PM (in response to gerhard.burger)The Internet was found one example on Delphi (but not CyUSB-Driver), it can be useful.
Work community makes things universal!
-
USBDev.zip 68.2 K
-