I'm having an issue where my proto board is only working when the USB is connected to a computer. When it is unplugged the program is not executing properly and exhibits random behavior.
Thanks for the replies. After restarting my computer the problem seems to have gone away. Good thing since I have no idea how to go about turning off whatever you're talking about.
The problem is that, for serial communications, the serial line idles in the high voltage state. In the old FTDI circuits the high idle provided enough power to the FTDI chip to briefly start it up, and it would promptly reset the Propeller. This created a cycle.
The solution is to have a better circuit. The compromise is to not start the serial object on pins 30 and 31 unless you are connected to a computer.
Comments
If you are using serial comms, such as "fullduplexserial", try turning that off...
The solution is to have a better circuit. The compromise is to not start the serial object on pins 30 and 31 unless you are connected to a computer.