Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,22 @@ _Author [Marcos Tomatti](mailto:[email protected])_
- Ejecutandp `$ lsusb` con y sin el arduino conectado podremos identificar que ID de fabricante y de dispositivo tiene el microcontrolador. Ese id nos permitirá buscar y encontrar el driver adecuado para nuestro dispositivo.

![lsusb](./assets/lsusb_device_id.png)

- En caso que `lsusb` no funcione tenemos que instalar `usbutils` por medio de `MacPorts`
- [Guía de instalación de MacPorts](https://www.macports.org/install.php)
- Corremos `$ sudo port install usbutils`
- Por último corremos `$ lsusb`

- Si ninguna de las alternativas anteriores funcionen tenemos la GUI native del `System Report`
- Ir al ícono de Apple:
![lsusb](./assets/apple.png)

- Clickear en `System Report`
![system-report](./assets/system-report.png)

- Vamos a Hardware - USB
![system-report](./assets/hardware-usb.png)


4. Si todo salió bien, ya podemos probar nuestro arduino con un simple "hola mundo":
`$ npm start`
Expand Down
Binary file added assets/apple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/hardware-usb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/system-report.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.