Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

USB interface for microcontrollers?

Status
Not open for further replies.

charliez

New Member
In the past an easy to use interface to a microcontroller is the serial port (RS-232) interface.

Nowadays, many devices have USB interfaces. How would I integrate the two? I haven't seen microcontrollers with built in USB ports.

Thanks !
 
charliez said:
In the past an easy to use interface to a microcontroller is the serial port (RS-232) interface.

Nowadays, many devices have USB interfaces. How would I integrate the two? I haven't seen microcontrollers with built in USB ports.

Thanks !

The PIC 16C745 has it - but bear in mind USB is a GREAT deal more complicated than serial. MicroChip have application notes showing how to use it, plus full details (hardware and source code) for their new USB FLASH programmer, the PICKit1.
 
You can use an USB uart chip, they convert USB to RS232.

The FT232BM is such a chip.Here is some info about it.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top