39 skills found · Page 1 of 2
dbuezas / Lgt8fxBoard Package for Logic Green LGT8F328P LGT8F328D and LGT8F88D
SlashDevin / NeoSWSerialEfficient alternative to SoftwareSerial with attachInterrupt for RX chars, simultaneous RX & TX
PaulStoffregen / SoftwareSerialSoftwareSerial library used on Teensy
cyphunk / RS232enumWhen you are presented with pins that you suspect provide Serial but you do not have access to the documentation. Connect your Arduino to all of the pins (limited by the number of Ditial pins you have on your board) and this sketch will try every possible pin combination and baud rate to determine RX/TX. It will also try to send wakeup characters to stimulate the line, such as a carriage return or other txpatterns that you add. This code sends data using a custom SoftwareSerial library.
ledongthuc / CustomSoftwareSerialAlternative SoftwareSerial in Arduino. CustomSoftwareSerial library allow to configure and custom Parity Bit and Stop Bit.
TonyIOT / SoftWareSerialSTM32 IO口模拟实现软件串口。
Circuito-io / ESP8266 SoftwareSerialBased on ITEAD's library this library improves communication when using SoftwareSerial to comminucate between the Arduino and the ESP8266
nickstedman / SoftwareSerialWithHalfDuplexSoftware Serial With Half Duplex Library for Arduino
addibble / SoftwareSerial99-bit serial output hack for Arduino
paulvha / Apollo3different examples for Apollo3 / Artemis
junhuanchen / Esp32 SoftwareSerialAchieved Esp32 SoftwareSerial Base ESP8266 Arduino Lib
ljbeng / SoftwareSerialParityThis is an Arduino Library for defining Software Serial pins and adding parity to the serial protocol
J-Rios / Digispark DigiUSB SoftSerialDigiUSB (V-USB) library modified to allow digispark uses DigiMouse/DigiKeyboard/DigiJoystick with SoftSerial (SoftwareSerial) library at the same time. It provides, for example, to use a Bluetooth module to control the mouse or keyboard.
eserandour / Minitel1B SoftMinitel Library for Arduino (with SoftwareSerial)
JayLooi / STM32F3 SoftwareSerialInterrupt-driven Software UART on STM32F303VC MCU
askn37 / MultiUARTArduino: 復数のUARTデバイスを扱える SoftwareSerial の代替ライブラリ
wingspinner / SoftwareSerialSTM32Delay Based Software Serial Library for STM32Duino Compatible with Arduino
johnschimmel / UnoJoy W BT SoftwareSerialUnoJoy arduino uno with sparkfun bluetooth & software serial
brodykenrick / NRF24AP2 SUART ArduinoNordic nRF24AP2 (ANT+) UART module interface for Arduino using SoftwareSerial (software UART)
anderss90 / SoftwareSerial RS422An rs422 version of the Arduino softwareSerial library.