Tutorial by Examples

#include <SoftwareSerial.h> // its always better to change the default tx and rx as the may interfere with other process in future. // configure tx , rx by defualt they will be 0 and 1 in arduino UNO SoftwareSerial blue(3,2); void setup() { // preferred baud rate/data transfer rat...

Page 1 of 1