On a project I'm using an FT232R to provide simple control and configuration to a project. Everything works fine until its been used for an extensive amount of time (weeks). I end up needing to attempt to connect to the chip repeatedly before it will connect.
I had originally thought that the customer was doing something wrong with the prototype, either the USB cable was loose, windows update issues (tested on XP and 7) or the battery supply for the system was disconnected. However, suddenly the prototype I had in the lab started exhibiting the same issue. The feedback I'm getting in the program's debug is that the access to the COM port is being denied. If I attempt to connect to the system a couple more times it connects fine. I haven't touched the chip using FTDI's configuration program so I'm seeing the TX (to the board) LED go off but not the RX (to the computer). I'm doubting it's a firmware issue on my end because of the error I'm getting in the debug.
I lifted the schematic directly from the datasheet (the same one SparkFun uses) and I'm at a bit of a loss as to why the chip appears to be failing. Since the system uses a switching supply for the 5V rail I decided to have the FTDI chip be powered by the USB and I think that this might be where it's failing.
I'm planning on modifying one of the prototypes to use the board's 5V rail instead of the USB to power the FTDI circuit and leaving the USB's 5V pin floating. This seems like a long shot and I was wondering if anyone else here started seeing the same issue arise on the FT232R since it seems to be a rather common chip.
Thoughts?