Hackster is hosting Hackster Holidays, Ep. 7: Livestream & Giveaway Drawing. Watch previous episodes or stream live on Friday!Stream Hackster Holidays, Ep. 7 on Friday!
Patel Darshil
Published © GPL3+

Ways to Use Arduino as USB to TTL Converter

Three ways to use Arduino as a USB to TTL converter. Helpful one!

BeginnerProtip6 minutes117,558
Ways to Use Arduino as USB to TTL Converter

Things used in this project

Story

Read more

Schematics

capturettl_HnJhgAsk9a.JPG

Code

Untitled file

C/C++
void setup(){
  pinMode(0,INPUT);
  pinMode(1,INPUT);
}
void loop()
{

Credits

Patel Darshil
29 projects • 165 followers
I am an Electronics Hobbyist pursuing my BE in Electronics and communication

Comments