implementing a USB UART device with AVR USB
Posted: Fri Jun 13, 2008 1:29 am
Would it be possible to implement a USB serial port device with AVR USB? That is, when plugged in, I want the AVR USB device to appear to the host as a COM port.
High speed communication is not important - I just want users to be able to open up Hyperterm and interact with the device.
I know I could do it by using a USB UART chip like a FT232, but I'm just wondering if it could all be done in software.
High speed communication is not important - I just want users to be able to open up Hyperterm and interact with the device.
I know I could do it by using a USB UART chip like a FT232, but I'm just wondering if it could all be done in software.