RWDTeam4 / RWD-Repo-Team4-Season1

A code repo for Arduino code written to control the Robot
MIT License
0 stars 0 forks source link

Master Module Reset on Debug Plug In #8

Closed RobertPollum closed 6 years ago

RobertPollum commented 6 years ago

The module resets when connecting via USB cable to debug. Need to make the startup time wait longer when doing a debug build for the Master Module so that the reset doesn't put it in a bad state (Potential review of functioning code to always make the ACKs work correctly)

RobertPollum commented 6 years ago

Not particularly an issue anymore. This behavior is expected and is done by the Serial Communication Chip in the Arduino. The only way to remove this behavior is to flash that chip. Not really a priority