Page 1 of 1

USB RS232

Posted: Sat Oct 22, 2011 9:43 am
by itznaidu
hi,
I am using the V-usb bootloader for programming atmega8 over usb. This has saved a lot of money for my club. We fabricated boards based on this design. Later we found a glitch in this. If I want to communicate with my atmega8 over usb (RS232) I have to go for the serial connector via max 232 or I have use a usb to serial convertor like ft232.

So, is there any solution you can help me out with.


I tried AVR CDC, but when I tried to install the driver on my computer, my computer gives me a blue screen error. luckily it was my college computer and I did not dare to test that driver on my laptop.


help me please. Is there any way or not.
I will send some date from my computer and the atmega8 has to receive it. Its similar to powerswitch. but I am using mega not tiny. Help

Re: USB RS232

Posted: Mon Oct 24, 2011 10:55 am
by Daid
Implement V-USB in your project instead of using the UART from the AVR chip.

Re: USB RS232

Posted: Mon Oct 24, 2011 11:35 pm
by itznaidu
but the problem is, lets say I am using matlab. how do i send the data from matlab to avr over usb unless it shows up as virtual comm port