Update README.md
Tweaked firmware loading instructions for Ocelot
This commit is contained in:
parent
db17e272af
commit
aff2c01fce
|
@ -10,7 +10,7 @@ The latest ECU designed by WTMtronics builds on the UA4C that came before it, an
|
||||||
- Flyback diodes
|
- Flyback diodes
|
||||||
- Reset button
|
- Reset button
|
||||||
|
|
||||||
The reset button was added as the only reset connection made to the microcontroller to prevent unwanted resets from USB connected devices. There is a caveat to this arrangement though. While the first time a firmware is loaded it will go on without intervention, subsequent times will require the user to press the reset button then release the button when the program starts the upload process.
|
The reset button was added as the only reset connection made to the microcontroller to prevent unwanted resets from USB connected devices. There is a caveat to this arrangement though. While the first time a firmware is loaded it will go on without intervention, subsequent times will require the user to hold the reset button down then release the button when the program starts the upload process.
|
||||||
|
|
||||||
The Ocelot uses the Silicon Labs CP2102N USB to UART controller chip. Most modern computers will detect and automatically load a driver for the COM port. If you are not getting the COM port, then you can download drivers from their website [Silicon Labs Drivers](https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers)
|
The Ocelot uses the Silicon Labs CP2102N USB to UART controller chip. Most modern computers will detect and automatically load a driver for the COM port. If you are not getting the COM port, then you can download drivers from their website [Silicon Labs Drivers](https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue