Can I transfer data to USB with ATmega128?

Asked 2 years ago, Updated 2 years ago, 116 views

I am a student attending Polytechnic University. I'm going to make a smart piggy bank with my graduation work I'd like to transfer the data in the piggy bank to USB and save it. Is it possible?

memory

2022-09-22 08:44

1 Answers

Serial input/output is mostly possible. If you look at the serial communication, you'll find a lot Different boards have different usage methods, but the basic ones are similar.

http://icbanq.tistory.com/entry/AVR- Basic-Lecture-44-ATmega128's-Function-and-Control-4-Serial Communication


2022-09-22 08:44

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.