Revision history of "Arduino-USB-Serial-Communication"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 23:47, 5 February 2023WikiSysop (Talk | contribs). . (379 bytes) (+379). . (Created page with "<pre> void setup() { Serial.begin(9600); // opens serial port, sets data rate to 9600 bps } void loop() { // check if data is available if (Serial.available() > 0) {...")