Skip to content

ArduinoCommLogger Communication Protocol

Benjamin Cronin edited this page Aug 22, 2019 · 3 revisions

The ArduinoCommLogger communicates with the Arduino in a simple way. This process ensures that the Arduino is properly connected to the computer and waits for the Arduino to send the first message.

  1. The PC opens the connection with the Arduino with the specified speed on the specified COM port.
  2. The PC waits for the first message from the Arduino, which is discarded.
  3. The PC then sends the specified commands to the Arduino, and ignores any responses.
  4. The PC begins logging messages from the Arduino.
Clone this wiki locally