-
If you're looking for IOAccess, check http://portio.sourceforge.net. The library's been renamed "get_io".
I've split off the IOAccess DLL, plus all the other PC platform-level stuff, into the PortIO project. This library-type stuff is obviously reuseable on other projects (and the hits and downloads seem to show that people are finding it useful), so it doesn't make sense to...
2004-06-02 00:16:57 UTC by grab_rat
-
Another advance - the IoAccess DLL is done, allowing the program to dig out port details from the registry. Add the PortTalk DLL, and this is everything needed to finish off parallel port support (except for the time to put it together :-) The remaining work now is just filling in parallel port support and putting together the PIC16F877 programming algorithm, and then version 0.1 will be ready...
2004-04-07 00:15:16 UTC by grab_rat
-
grab_rat committed patchset 2 of module DLLs to the GunFire - chip programmer software CVS repository, changing 4 files.
2004-02-26 00:23:18 UTC by grab_rat
-
grab_rat committed patchset 15 of module App to the GunFire - chip programmer software CVS repository, changing 5 files.
2004-02-26 00:23:18 UTC by grab_rat
-
grab_rat committed patchset 1 of module DLLs to the GunFire - chip programmer software CVS repository, changing 8 files.
2004-02-25 01:03:10 UTC by grab_rat
-
grab_rat committed patchset 14 of module App to the GunFire - chip programmer software CVS repository, changing 6 files.
2004-02-25 01:03:09 UTC by grab_rat
-
grab_rat committed patchset 13 of module App to the GunFire - chip programmer software CVS repository, changing 22 files.
2004-02-25 00:57:10 UTC by grab_rat
-
grab_rat committed patchset 12 of module App to the GunFire - chip programmer software CVS repository, changing 35 files.
2004-02-25 00:33:54 UTC by grab_rat
-
The program is now using wxWindows. All strings have been converted to use wxString, and DLL support now uses wxDynamicLibrary. The only place using the old C/C++ strings is the error handler, and I don't see much point in messing with that right now.
There's also been some reworking of the DLL support to get a better architecture for the class type handlers.
Three main things left to do...
2004-02-25 00:06:32 UTC by grab_rat
-
Finally got something that'll toggle pins on a parallel port programmer. OK, much of the programming interfacing is stub code, but the fact that it works at all is something. Getting towards alpha nicely.
I got hacked off with file support being baked into the main program, so that's now been moved to DLL support as it should be, and a DLL for Intel HEX file support is done. This caused...
2004-02-17 23:23:51 UTC by grab_rat