Serial Traverse P1¶
Project Information¶
- Author(s): Sebastian Zehe
- Platform: BRIX2: User Controller
- Status: Finished, minor tweaks pending.
- Abstract: This sketch allows to use the User Controller as a USB/Serial bridge to the System Controller
Project Description¶
The sketch was written to be able to flash a secondary controller through an Arduino Leonardo using the Arduino IDE. It also handles the reset signal which is sent utilizing the DTR line of the serial port. It is important to know that this sketch will not work with BRIX₂ P2/3, because the DTR-Pin is different. Please use Serial_Traverse in that case.
Function Details¶
If you use this sketch with BRIX2, you can observe data transfer by watching the red LED toggle every transfered byte. This may result in the LED staying lit after data transfer.