Arduino Stack Exchange is a question and answer site for developers of open-source hardware and software that is compatible with Arduino. Join them; it only takes a minute:

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

I want to use Arduino(atmega8) on breadboard using USBASP programmer and want to use Serial Monitor without using any Arduino board as ISP programmer. My questions: 1. Is such thing possible? 2. How do I do that?

share|improve this question

How to use Serial Monitor without Arduino board?

Yes that is possible. Connect to the RX/TX pins on the breadboard chip. Remember these are 5V. You will need an Serial-USB or RS232 adapter to connect your development machine. Please see this blog post for some inspiration.

Cheers!

share|improve this answer
    
Don't forget to also connect GND. – Gerben Aug 23 '16 at 18:42
    
I stripped a USB cable and connected its green wire to RX and white wire to TX and red/black to supply pins of atmega8. But my PC is not detecting anything. (Atmega8 contains a arduino bootloader burnt using AVRDUDE and a basic analog to serial program. Please suggest where I am wrong. – Pankaj Patil Aug 24 '16 at 5:38

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.