Welcome to Hackster!
Hackster is a community dedicated to learning hardware, from beginner to pro. Join us, it's free!
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 minutes118,171
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 • 167 followers
I am an Electronics Hobbyist pursuing my BE in Electronics and communication
Contact

Comments

Please log in or sign up to comment.