I am trying to create an Arduino on Breadboard. I am planning to do the bootload as well and thus I have bought an Atmega8 without the bootloader. I am planning to use a parallel programmer as my ISP for the bootloading process. And I am using an external crystal @ 16 Mhz for running the Atmega8.
Now for serial communication I can use the FT232RL FTDI USB to Serial Adapter, or a USB To TTL cable. But I want to create my own USB to serial cable. I have noticed in a picture in the forum (posted by mrbrunette, and I have attached the image), that they have created that thing only, and I cannot see any IC(the FT232RL chip).
Now I know, USB has 4 channels for communication one is GND, VCC aka +5V, D+ and D-. So I exactly want to create that, and also ask will it work for serial communication between my PC and the Atmega8, or do I need to a FT232RL chip anyway, for serial communication? Also which one is the RXD and the TXD, amongst D+ and D-? Also how should I connect the pins to the Atmega8's RXD and TXD?
Also I haven't yet bootloaded the Atmega8. I was searching in the forum and a lot of guys have reported problem. So is there anything to be worried about.? Also some instructions on how to bootload the atmega8 using a parallel programmer would be helpful.