Hi all,
I have two mac laptops side by side. One is working perfectly and the other is having problems uploading sketches to the same Duemilanove 328 board.
The one that is working is running OS X 10.6.4 with the FTDI drivers version 2.2.14. I have no problems communicating with my board on this machine.
The one that is not working is running OS X 10.6.7 with the most recent FTDI drivers, version 2.2.16. This one will occasionally upload a small sketch to my board. However, while running I see that there is a activity on TX/RX that will cause the Blink sketch to reset. This happens approximately every 5 seconds. Also, I frequently get the error that the 'Serial Port is in use' and can't upload the sketch.
I have done quite a bit of troubleshooting but am still stuck with this. I have:
- uninstalled and reinstalled the FTDI drivers several times
- confirmed that I don't have stray rxtx jar files in my Extensions folder
- quit nearly everything running via the activity manager to ensure that there isn't anything actually trying to use the usbserial port
- toggled between the tty.usbserial and cu.usbserial ports
- double-checked that the setup is the as close as possible on the two laptops and using the same Duemilanove when testing
Unfortunately the problem persists. I feel like there must be something silly that I'm missing or that there is some rogue serial process that I'm missing. I can't for the life of me figure out what's going on though. Might anyone have a suggestion for other things to try? Has anyone had this sort of intermittent problem?
Thanks in advance!