Herramientas de usuario

Herramientas del sitio


grabapic

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
grabapic [2013/05/14 08:01] sakigrabapic [2013/05/14 12:50] (actual) – editor externo 127.0.0.1
Línea 5: Línea 5:
  
  
- +===== Ardpicprog =====  
-Ardpicprog Documentation  {{ ::pic14_zif_assembled.jpg?200|http://rweather.github.io/ardpicprog/index.html}}+{{ ::pic14_zif_assembled.jpg?400|http://rweather.github.io/ardpicprog/index.html}}
  
  
 Ardpicprog en una solución basada en [[Arduino]] para programar microcontroladores PIC y dispositivos EEPROM de Microchip Tecnology Inc., como pueden ser el PIC16f84, PIC16f628A, PIC12F675, 24LC256, etc. La solución tiene tres partes: Ardpicprog en una solución basada en [[Arduino]] para programar microcontroladores PIC y dispositivos EEPROM de Microchip Tecnology Inc., como pueden ser el PIC16f84, PIC16f628A, PIC12F675, 24LC256, etc. La solución tiene tres partes:
  
-Circuit that is built on one or more prototyping shields to interface to the PIC or EEPROM and provide the 13 volt programming voltage. + El circuito que está construido en una o más [[http://arduino.cc/es/Main/ArduinoShields|camisas]](shields) prototipo para arduino, que comunican  con el PIC EEPROM y le proveen de los 13V necesarios para progrmarlo
-Sketches called ProgramPIC and ProgramEEPROM that are loaded into an Arduino to directly interface with the device during programming. The sketches implement a simple serial protocol for interfacing with the host.+
  
- El circuito que está construido en una más [[camisas]] prototipo  (para arduino, mas información sobre el concepto en + Los Sketches llamados ProgramPIC y ProgramEEPROM son los programas que se cargan en el Arduino para conectarlo directamente con el dispositivo PIC EEPROM durante la programación de estos. Los Sketches implementan un sencillo protocolo serie para conectar con el programa Controlador (Host) que se ejecuta en el PC.
  
-Host program called ardpicprogdrop-in replacement for picprog that implements the serial protocol and controls the programming process on the computer side. + El programa controlador Host se llama ardpicprog utiliza el protocolo serie que proveen los sketches en el arduino y controla la grabación de los dispositivos través de este.
-Note: Ardpicprog is not compatible with JDM-style PIC programmers. Those programmers typically use RS-232 control signals such as DTR and CTS to interface to the host computer. The Arduino has a simple serial interface over USB with no access to the RS-232 control signals from the host. Because of this, ardpicprog uses a completely different interface between the host and the programmer that runs over a regular serial data link. The host side was deliberately made compatible with the picprog tool to make it easier to replace picprog with ardpicprog in existing build scripts.+
  
-More information about Ardpicprog can be found on the following pages:+Nota: Ardpicprog no es compatible con los programadores PIC tipo JDM. Estos programadores utilizan típicamente las señales de control del protocolo RS232 como DTR y CTS para comunicar con el PC. El Arduino tiene un sencillo interface serie sobre USB sin acceso a las señales de control RS232 del PC. Por ello Ardpicprog utiliza un interface completamente diferente entre el PC y el programador que se ejecuta sobre una conexión serie regular. El Ardpicprog se ha hecho deliberadamente compatible con la utilidad PICPROG para facilitar el cambio de PICPROG a Ardpicprog en scripts ya hechos. 
 + 
 + Detalles en: Documentación, esquemas, y software en:  
 + 
 +[[ardpic-inst|Intrucciones de instalación.]] 
 + 
 +[[ardpic-circuit|Detalles del circuito programador de PIC de 14bit.]] 
 + 
 +[[ardprog-picprog|Sketch ProgramPIC para convertir el Arduino en un programador PIC.]] 
 + 
 +[[ardpic-eepromprog|Sketch ProgramEEPROM para convertir el Arduino en un programador de EEPROM de la familia 24LCXX.]] 
 + 
 +[[ardpic-host|Programa Host para controlar el programador PIC.]] 
 + 
 +[[ardpic-soporta|Dispositivos PIC y EEPROM soportados.]] 
 + 
 +[[ardpic-protocol|Protocolo serie para el programador PICs y EEPROMs con Arduino.]] 
 + 
 + 
 +O en el sitio original: 
 + 
 +[[http://rweather.github.io/ardpicprog/index.html]]
  
-Installation instructions. 
-Circuit details for 14-bit PIC programmer. 
-ProgramPIC sketch for interfacing with the PIC programmer. 
-ProgramEEPROM sketch for programming EEPROM's from the 24LCXX family. 
-Host program for controlling the PIC programmer. 
-Supported PIC and EEPROM devices. 
-Serial protocol for programming PIC's and EEPROM's with Arduino. 
 Ardpicprog's software is distributed under the terms of the GNU General Public License, Version 3. The circuit diagrams, board layouts, and documentation are provided under the terms of the Creative Commons Attribution-ShareAlike 2.5 license. Ardpicprog's software is distributed under the terms of the GNU General Public License, Version 3. The circuit diagrams, board layouts, and documentation are provided under the terms of the Creative Commons Attribution-ShareAlike 2.5 license.
  
 For more information on Ardpicprog, to report bugs, or to suggest improvements, please contact the author Rhys Weatherley via email. Patches to support new device types are very welcome. For more information on Ardpicprog, to report bugs, or to suggest improvements, please contact the author Rhys Weatherley via email. Patches to support new device types are very welcome.
- 
- Detalles en: Documentación, esquemas, y software en: [[http://rweather.github.io/ardpicprog/index.html]] 
grabapic.1368518511.txt.gz · Última modificación: 2013/05/14 10:01 (editor externo)