Articles Posted in the " " Category


  • SoftwareSerial Library

    SoftwareSerial Library

    The 86Duino hardware has built-in support for serial communication on pins 0 and 1. The native serial support happens via a piece of hardware (built into the chip) called a UART. This hardware allows 86Duino’s CPU to receive serial communication even while working on other tasks. The SoftwareSerial library allows serial communication on other digital […]