From: Erich W. <ew....@na...> - 2019-01-24 20:34:01
|
Hello, Peter C. Hauser writes: > If you want hardware serial you cannot really use the Arduino > Uno as the ATmega328 microcontroller only has one UART, which > is used by Forth for its communication. atmega644p has 2 serial interfaces. It is the same package as the 328p. I have toyed around with two serial interfaces, but with not much success. That was a problem of how to utilize this second uart, more than anything else. I'm sure, it can work. Cheers, Erich |