I'm using an arduino uno and I'm communicating with an external device via 0 an 1 (RX, TX). How do I also communicate with my computer to display outputs?
Is there any way to do that simultaneously or do I have to switch serial ports on and off or something else?
I had no idea you could do that, thanks for the help.
If you don't mind answering... what's the advantage of the extra serial pins on the other models if you can use whichever you want for serial regardless?
Majenko -- thanks for actually answering the question. I wrote 400 lines of code last night, got the entire project finished, just have to hook up the hardware. I'm decent with coding but I'm new to hardware. Really appreciate your explanation, as simple as the question was.
Pardon me if I came on too strong but about 80% of the questions posed here could have been solved by the 'poster' simply reading the available, free documentation...
Including this little phrase thanks to Nomad
"There's a HUGE difference between using dedicated UART hardware and bit-banging out any old pin."
Docedison:
Pardon me if I came on too strong but about 80% of the questions posed here could have been solved by the 'poster' simply reading the available, free documentation...
Including this little phrase thanks to Nomad
"There's a HUGE difference between using dedicated UART hardware and bit-banging out any old pin."
Doc
Heh... I'm with you there
The forums are a replacement for the manuals / datasheets for those too lazy to do any work for themselves.
Some can't even be bothered to google - the number of posts I have been tempted to answer with a simple JFGI ...