GUI for Simple V-USB tester (Project)
-
- Rank 1
- Posts: 32
- Joined: Fri Nov 02, 2012 3:26 pm
GUI for Simple V-USB tester (Project)
Here is GUI for simply testing V-USB using libUSB dll.
Hope it usefull.
Host Software:
Hardware Schematics:
Download version ATmega8:
http://www.ziddu.com/download/20997793/V-USBtester.zip.html
Bigger AVR for support all examples.
Hardware Schematics:
Download version ATmega32:
http://www.ziddu.com/download/21008674/V-USBtester32.zip.html
Any suggestion for improvement welcome
Hope it usefull.
Host Software:
Hardware Schematics:
Download version ATmega8:
http://www.ziddu.com/download/20997793/V-USBtester.zip.html
Bigger AVR for support all examples.
Hardware Schematics:
Download version ATmega32:
http://www.ziddu.com/download/21008674/V-USBtester32.zip.html
Any suggestion for improvement welcome
Last edited by declan smith on Thu Jan 17, 2013 5:09 am, edited 6 times in total.
-
- Rank 1
- Posts: 32
- Joined: Fri Nov 02, 2012 3:26 pm
Re: GUI for Simple V-USB tester (Update2)
Added simplified LCD Library for ATmega8
Hardware Schematics:
Hexfile included for ATmega8 and ATmega32.
Download version ATmega8:
http://www.ziddu.com/download/21033489/V-USBtester.zip.html
Download version ATmega32:
http://www.ziddu.com/download/21033508/V-USBtester32.zip.html
Hardware Schematics:
Hexfile included for ATmega8 and ATmega32.
Download version ATmega8:
http://www.ziddu.com/download/21033489/V-USBtester.zip.html
Download version ATmega32:
http://www.ziddu.com/download/21033508/V-USBtester32.zip.html
-
- Rank 1
- Posts: 32
- Joined: Fri Nov 02, 2012 3:26 pm
Re: GUI for Simple V-USB tester (Update3)
Added more examples:
Hardware Circuit, some different connections:
Revision:
Faster EEPROM write, 8 bytes "page write" not "byte write" (24C01 only support 4 bytes page write, not suitable with this application).
Download Version ATmega8:
http://www.ziddu.com/download/21126366/V-USBtester_mega8.zip.html
Hardware Circuit, some different connections:
Revision:
Faster EEPROM write, 8 bytes "page write" not "byte write" (24C01 only support 4 bytes page write, not suitable with this application).
Download Version ATmega8:
http://www.ziddu.com/download/21126366/V-USBtester_mega8.zip.html
-
- Rank 1
- Posts: 32
- Joined: Fri Nov 02, 2012 3:26 pm
Re: GUI for Simple V-USB tester (Update4)
Interrupt version examples
Same hardware schematics
Download Version Atmega8:
http://www.ziddu.com/download/21166540/V-USBtesterV2_mega8.zip.html
Same hardware schematics
Download Version Atmega8:
http://www.ziddu.com/download/21166540/V-USBtesterV2_mega8.zip.html
Re: GUI for Simple V-USB tester (Update4)
Great project!!!
Could you please share the C# source code?
Could you please share the C# source code?
-
- Rank 1
- Posts: 32
- Joined: Fri Nov 02, 2012 3:26 pm
Re: GUI for Simple V-USB tester (Update4)
It was written in Delphi's, as it is easier than C#.
I'm using libusbdotcom in my C# projects ( VS2010 ), but since it needs .NET Framework 4 for running the application, I decided to wrote in Delphi.
I didn't intend to share the Delphi's full source code, sorry for that, but I'll try to answer your question about it if you really need it.
This was one of the project that insipred me to wrote that applications, and they shared their source code in the link above the video.
Here is the link: http://avrirdownloader.wordpress.com/
I'm using libusbdotcom in my C# projects ( VS2010 ), but since it needs .NET Framework 4 for running the application, I decided to wrote in Delphi.
I didn't intend to share the Delphi's full source code, sorry for that, but I'll try to answer your question about it if you really need it.
This was one of the project that insipred me to wrote that applications, and they shared their source code in the link above the video.
Here is the link: http://avrirdownloader.wordpress.com/
-
- Rank 1
- Posts: 32
- Joined: Fri Nov 02, 2012 3:26 pm
Re: GUI for Simple V-USB tester (Update4)
Found my old LED Display project... Implemented using V-USB for fun project testing
Not bad for a hobby project at weekend...
Software:
Schematics:
Download:
http://www.ziddu.com/download/21362877/V-USB_LED-Display.zip.html
Not bad for a hobby project at weekend...
Software:
Schematics:
Download:
http://www.ziddu.com/download/21362877/V-USB_LED-Display.zip.html
Re: GUI for Simple V-USB tester (Project)
Hi.
If someone wants to have a GUI template for/with GDK, he/she can also use the VUSB template from:
http://matrixstorm.com/avr/tinyusbboard/#examples ("VUSB skeleton/example with corresponding linux, windows (delphi) and platform independent GTK libusb program")
Have fun!
If someone wants to have a GUI template for/with GDK, he/she can also use the VUSB template from:
http://matrixstorm.com/avr/tinyusbboard/#examples ("VUSB skeleton/example with corresponding linux, windows (delphi) and platform independent GTK libusb program")
Have fun!
Re: GUI for Simple V-USB tester (Project)
Great project!!!
Could you please share source code libusb.pas?
Could you please share source code libusb.pas?
-
- Rank 1
- Posts: 32
- Joined: Fri Nov 02, 2012 3:26 pm
Re: GUI for Simple V-USB tester (Project)
You can get the libusb.pas here: https://github.com/hansiglaser/pas-libu ... libusb.pas
You can email me at : declan.smith75@yahoo.com
if you need help about VUSB-Tester projects
You can email me at : declan.smith75@yahoo.com
if you need help about VUSB-Tester projects