Hey Guys,
I have a transmitter and a receiver chip that I have connected to two arduino decilimas via TX and RX pins. When I write looping code that sends a signal every so many seconds it works. But when I use USB connection from my computer to send signals they no longer get sent. After lots of testing it appears that if I am using the Serial connection to talk to the computer via USB, I cannot use the TX pin.
Should I be able to do USB and talk to the TX pin at the same time using the Serial library? If not what are my other options? (custom serial on another pin or something called UART?)
Thanks,
Pooh