Files
hidapi/testgui
Alan Ott 794b95e232 Cleaned up the output (printf()).
Made the connect/disconnect button enable/disable when connections are made.
2010-07-28 21:40:44 -04:00
..
2010-07-22 20:17:48 -04:00
2010-07-28 21:40:44 -04:00
2010-07-28 20:33:20 -04:00
2010-07-22 20:59:07 -04:00

HIDAPI Test GUI

This test GUI application uses Fox Toolkit. On Windows, it can be downloaded
as part of the hidapi-externals.zip file located on the GitHub project page
where HIDAPI is downloaded:
	http://github.com/signal11/hidapi/downloads

On Windows:
	Copy ..\hidapi\objfre_wxp_x86\i386\hidapi.dll to this folder

On Linux:
	Install Fox-Toolkit from apt-get or yum:
		On Debian or Ubuntu:
			sudo apt-get install libfox-1.6-dev
		On Red Hat or Fedora:
			yum install libfox-1.6-devel

On Mac:
	Install Fox-Toolkit from ports:
		sudo port install fox

Once Fox-Toolkit is installed, Linux and Mac users can simply type 'make'.
On Windows, HIDAPI can be built from the .vcproj file in this directory.

Alan Ott
Signal 11 Software
2010-07-22