|
|
|
|
Micro Wizard Software is a division of SWE Engineering. The following programs are free software products created by Micro Wizard Software. They are yours to use and enjoy. Most of them include the source code, and in all cases the source code is available for free. Edit - a text mode editor for DOS. This is a programmer's editor packed with many features for text editing and programming . It has functions for formatting and indenting code, and integrating with compilers for Pascal, C, Basic, and assembler. Keypad - This is a DOS TSR which can add a keypad to your PC for control applications or other input requirements. It allows you to connect an array of switches to your printer port, and use those buttons just like they were keys on your keyboard. Keycodes can be assigned, and autorepeat rate can be set. This application ties into the BIOS INT 16H function, so any program supporting this standard keyboard interface can be run from your parallel port.. PushBtn - an enhanced version of the THREED.VBX control for Visual Basic. (Complete with source code) Encoder - This is a DOS TSR for tying up to two quad A/B encoders into your PC for control and data aquisition purposes. It uses a standard printer port for reading the encoders, but can easily be modified to use your parallel port like the keypad driver listed above. DosColor - This is a DOS TSR which automatically set the foreground and background colors of your DOS session. Every time you exit a full screen application, DosColor will reset your cursor and screen colors to what you want. Keybuff - extends the type ahead buffer in DOS. Keyin - a simple program to "type" into any DOS application. It uses command line parameters to specify special keystrokes such as \CR, \Fn (Function key n), \HM, \EN, \LF, \RT, \UP, \DN, \PU, \PD, \IN, \DL or \xx (hex scan code). (Use \\ for backslash). FileWiz - a TSR allowing you to pop up a directory, and choose a filename which will be "typed" into the foreground DOS application. This is useful in those applications where you need to enter a file name, but are not presented with an open file dialog box. Just pop up FileWiz, select your file, and press enter. Clock - a DOS TSR which will display the current time in the top right corner of the screen whenever you hit the hotkey. ASM Utilities - an ASM preprocessor allowing you to program in assembler using structured programming features found in higher level programming languages. Look at the sample files to see what it will do for you. Video Driver - a video driver for CAM Wizard. This is the source code for a loadable driver for handling graphics functions in the CAM Wizard N/C programming system on a Paradise VGA1024 in 800x600 mode. Balls - a VB6 application to solve this problem: "You have 12 balls, one is either heavier or lighter than the rest. You can weigh them on a scale three times. Then you must say which is the odd ball, and whether it is heavier or lighter." Click on the balls, and watch this little program solve the problem for you. Analog - a VB3 application to use an A/D interface to the printer port. This program demonstrates using a National Semiconductor ADC0833CCN quad A/D converter and multiplexer. This chip has a synchronous serial interface, and incorporates an 8 bit DAC output with a comparator for implementing a successive approximation A/D converter in software. OBD View - a VB6 application to use an OBDII interface to your car. This program demonstrates using an ELM327 OBDII interface with your computer.
|