!!! Code of activation free for university and technical institutes !!!
With Picforge you can:
- To choose the micro more proper for your project using the form Property.
- To create a firmware on PIC in brief time without knowing the code assembly.
- To write a list compact and stable assembly completely legible, modifiable and exportable, with simple instructions BASIC.
- To use protocols type: USB 2.0, I2C, ONEwire, RC5, USART, etc.
- To plan the peripheral ones you implement in the PIC through of the simple forms.
- To communicate with devices as GLCD, GP2D12, Stepper Motor, A/D, Keypad, comparators etc.
- To use the Interrupt as simple SUB Routin.
- To visualize the memory bank of the GPRSs and SFR.
- To plan the PIN in/out
- To directly program The PIC through PICKIT2 microchip.
- To communicate with the PC through the terminal USBs and USART.
The only compiler in the world that generates a comprehensible MPASM-code from the customer
A complete environment of development and easy use realized for all those who intend to execute programs for PIC quickly and without writing any MPASM code line.
With PicForge it is possible to write a program for PIC in format MPASM leaving from the simple Basic code more some simple commandos purposely created on measure for the peripheral ones of the microcontrollers.
Is sufficient to write the source using instructions simpler as DIM, IF FOR LOCATE GOTO PRINT etc and to set up the peripheral ones is physical (special doors and registries) that virtual (RS232, LCD, KEYBOARD etc) through of the simple FORM.
PicForge will think then to codify your code BASIC to execute all the calculations in order then to supply you of a listato MPASM ready for being assembled and sended to the PIC.
That does not remove that the veterans of the MPASM can use it also in order to only realize otherwise complex source pieces as an example: it calculates, instructions conditions them, delays etc. these thanks to the fact that PicForge it generates perfectly reading and modifiable code MPASM. Every Basic instruction is brought back like comment and precedes the block of instructions ASM
 |