Yes, and it works with pin 1 disconnected (that refers to 3FGs comment, see below).The Robman wrote:Does the EEPROM adapter work with the original C232HD-EDHSP-0 cable that you made?
No, I did not have a connection to pin 1 on the flash side. I have now tried with it connected to the 3.3v line from the CP2102 board and it makes no difference, it still fails. I have looked at Kevin's circuit for the adapter and see that pin 1 of the input and output are connected together through a 100 ohm resistor, so the PIC chip can draw power from either side. I have tested with an FTDI cable using the adapter with pin 1 disconnected (see reply to Rob above) and that works, so it is not a power issue.3FG wrote:Do you have a connection from +5 or +3.3 to pin1 of the adapter's flash side? There's a micro (pic12HV609) inside the adapter, and it needs power. In contrast, most remotes don't need a +V connection from the USB to serial converter because they use their batteries for power.
By putting debug statements into jp12serial, I find that the failure point is that the EEPROM adapter fails to respond to the "E" test, which I understand to be a "ping". Sending "E" with WriteSerial succeeds, ReadSerial fails to read a response. This suggests to me that the PIC chip in the adapter is inactive. I have no idea why, it is getting the same power from pin 1 of the remote whether I use the FTDI cable or the CP2102 board. So the more I find out about it, the more baffling it becomes