so I got this monitor working in two really weird ways, but I am trying to make a shield that I can both program and do a serial monitor on, but that involves downloading two sketches on the arduino (one for the Arduino ISP) and another one that actually lets me read serial.
first one is the sketch in the examples, the one you use to normal upload to attiny (arduinoISP) and the second one does something weird I dont understand, this is the one that lets me read the serial data.
void setup() {
while(true);
}
void loop() {
}
one weird thing is that if I hold down reset it seems to read it as well, no idea why. but neither are not helpful for this shield I am trying to build.
I think that there might be some serial data getting crossed, but not exactly sure what is going on. any ideas? here is the setup I am using to read the serial data:
http://hellowoo.com/wp-content/uploads/2012/12/arduino21.jpg