> For the complete documentation index, see [llms.txt](https://docs.microside.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.microside.com/ambientes-de-programacion-ides/pic-c-compiler-ccs.md).

# PIC C Compiler CCS

<figure><img src="/files/s1ZqRBCyVTfB8zXV8XQs" alt="" width="287"><figcaption></figcaption></figure>

**PIC C Compiler CCS** es un software diseñado para la programación de microcontroladores PIC. El software es compatible con una amplia variedad de microcontroladores PIC.

### Descargar

Puedes encontrar el software a través del siguiente [**link**](http://www.ccsinfo.com/ccsfreedemo.php)**,** posteriormente realiza su instalación.

<table data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><mark style="color:green;"><strong>PIC C Compiler CCS</strong></mark></td><td><a href="http://www.ccsinfo.com/ccsfreedemo.php">http://www.ccsinfo.com/ccsfreedemo.php</a></td></tr></tbody></table>

### Crear un nuevo proyecto

1. Una vez instalado el software, se debe crear un nuevo proyecto, para ello dirígete al menú superior de la ventana del programa, selecciona ***File***, da clic en ***New*** y después en ***Source File***.

<figure><img src="/files/X5McJqx4acnbZqpUgAAv" alt=""><figcaption></figcaption></figure>

2. A continuación, se muestra la siguiente ventana, asigna el nombre del proyecto, su ubicación de guardado y da clic en ***Guardar***.&#x20;

<figure><img src="/files/4om3ZNHLB4zB7WDpPq3l" alt=""><figcaption></figcaption></figure>

3. Ya creado el proyecto, se muestra la siguiente ventana para comenzar a escribir el código.

<figure><img src="/files/O7osdX54lTslfySNHjsT" alt=""><figcaption></figcaption></figure>

### Compilar&#x20;

1. Para realizar la compilación del proyecto, dirígete al menú superior y da clic en la pestaña ***Compile***.
2. Da clic en la opción ***Compile*** y con ello empezará a compilar el proyecto.

<figure><img src="/files/zLMc7oqAha8SmkWEjoTt" alt=""><figcaption></figcaption></figure>

1. ¡Listo! Ahora puedes cargar tu código en la tarjeta.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.microside.com/ambientes-de-programacion-ides/pic-c-compiler-ccs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
