Not sure if this is the right section or not, but I'm experiencing something weird with TX. For some reason it'll work right after I upload my sketch, but as soon as I unplug my arduino uno and then plug in back into the computer it does work. I know it's not working because the TX LED doesn't light up. Everything else works fine.
I know it's not working because the TX LED doesn't light up.
That in itself isn't an indication of anything being wrong. Just plugging in the arduino doesn't mean there is any application in the PC ready to communicate with it. Test with a sketch and the IDE serial monitor.
Unplugging and plugging in too quickly can fool a windows system into not opening or registering it as a port. It might also change the port number, so your recieving program is looking at the wrong place. The TX and RX lights are controlled by the PC's driver not by the sign els generated bynthe arduino and is an indication that the PC is not seeing it as a port.
@retrolefty, I'm using a LCD to monitor my sketch, so I know is working, it's just not send commands via the serial port.
@James C4S, how do I open the open the serial port?
@Grumpy_Mike, ok, now I'm confused. Are you guys saying the only what I can use the the arduino serial ports is if it's connected to a PC? Oh and I'm on a Mac.
Are you guys saying the only what I can use the the arduino serial ports is if it's connected to a PC?
No I am saying that is the only time the TX and RX LEDs flash. These LEDs just look like GPIO to the USB drivers and it is the PC (or Mac ) that does the flashing of them.