madsci1016 / Arduino-EasyTransfer

An Easy way to Transfer data between Arduinos
http://www.billporter.info/easytransfer-arduino-library/
318 stars 113 forks source link

can i use it to communicate between arduino and node mcu #19

Open amrithmmh opened 6 years ago

amrithmmh commented 6 years ago

I want to add simple serial communication(send mutiple data types) between arduino and node mcu(both using arduino IDE).Is the library supported by both?

kapil97 commented 5 years ago

Yes, you can send and receive data between node mcu and arduino by software serial library or the esp8266WiFi if using shield for arduino

ghost commented 5 years ago

is there any special limitation of library with node mcu. because it cant sent more than 9 bytes with node mcu.