GP32 usb,Gp32, communicate with CreateFile,...


tuskenraider2k

Certified Guru
Joined
Nov 1, 2002
Messages
117
Hello there :)

First, is there already a toolkit to upload and execute your gp32 code onthefly ?? like this usb-debug envirement for linux ?
[from gp32.misantrop.org..]
but with one feature added:
- Upload a Fxe & run it'

This would be really nice :))

I've tried something with Hid-devices that worked.. with these strange functions..
SetupDiGetClassDevs, SetupDiEnumDeviceInterfaces, SetupDiGetDeviceInterfaceDetail and so on..
CreateFile and ReadFile voila..

With the Gamepark I get the 'detailedData' and I can execute CreateFile and I get a handle which isn't INVALID_HANDLE_VALUE.... but ReadFile/WriteFile fails... with invalid handle :eek: ..

I've searched on the net for a while and like i get it, that error msg can apear, if you use CreateFile wrong.. (&surely in many different situations :] )

has somebody tried this ??

Greetings
 
Well.. of course similar environment exists for OSX <_< (www.deadcoderssociety.tk)
Check darkfader.net/gp32 for windows tools.. they aren't that up todate compared to
OSX & linux but the PCLink program is there for running GXB files..
 
Back
Top