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 minutes116,845
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

Patel Darshil

29 projects • 162 followers
I am an Electronics Hobbyist pursuing my BE in Electronics and communication

Comments