AT89S51 USB

For Adafruit customers who seek help with microcontrollers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
chetanpatil
 
Posts: 1
Joined: Wed May 23, 2012 9:24 am

AT89S51 USB

Post by chetanpatil »

Hi,

Is it possible to write directly on the USB pendrive using the AT89S51 MCU. I understand that UART of AT89S51 has to be converted into USB with the help of chips. Also there are modules out there which does this task.

However I want to make both hardware and write software from scratch : from sending data to the UART, then converting it to the USB and storing in a file on USB pen drive.

Anyone who could give starting points?

User avatar
westfw
 
Posts: 2008
Joined: Fri Apr 27, 2007 1:01 pm

Re: AT89S51 USB

Post by westfw »

No, it's not possible.
You should be able to write to an SD card, though.

Locked
Please be positive and constructive with your questions and comments.

Return to “Microcontrollers”