netmaniac / arduino-tiny

Automatically exported from code.google.com/p/arduino-tiny
0 stars 5 forks source link

How to use USART #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have seen on HardwareSerial.cpp that you disable the library to use the debug.

I'm opening this issue to you document how to enabled it back when you have a 
USART capable ATTINY like attiny2313.

Original issue reported on code.google.com by wsart...@gmail.com on 30 Jun 2011 at 9:46

GoogleCodeExporter commented 9 years ago
> I have seen on HardwareSerial.cpp that you disable the library to use the 
debug.

Yes.  When DEFAULT_TO_TINY_DEBUG_SERIAL is a non-zero value.

> I'm opening this issue to you document how to enabled it back when you have a 
USART capable ATTINY like attiny2313.

The "#if defined( __AVR_ATtiny2313__ )" section at the top of 
core_build_options.h is not working correctly?

Original comment by arduino....@gmail.com on 30 Jun 2011 at 10:00

GoogleCodeExporter commented 9 years ago
sorry, maybe I didn't see this line ;)

I'll try to debug my hardware using a logic analyzer. I'll report back.

Original comment by wsart...@gmail.com on 1 Jul 2011 at 12:01

GoogleCodeExporter commented 9 years ago

Original comment by arduino....@gmail.com on 1 Jul 2011 at 4:55

GoogleCodeExporter commented 9 years ago

Original comment by arduino....@gmail.com on 1 Jul 2011 at 4:56

GoogleCodeExporter commented 9 years ago

Original comment by arduino....@gmail.com on 9 Jul 2011 at 6:34