Closed JBSchueler closed 6 years ago
Yes, it's been tested in windows, however that was a very long time ago.
Have you set the cbus bits in the eeprom using the FT_PROG?
Logan
Yes, I tried BitBang WRn
.
But I am not sure what to use.
What I noticed is when I change e.g. CBUS0
to BitBang WRn
and program the EEprom via
, unplug and replug the USB, CBUS has it's default value again (in my case TXLED#
)
Seems the chip I am using is a "fake" one.... I am not able to change the settings of the EEPROM.
How to determine if your FTDI chip is fake.
If the serial is A50285BI
, it is a fake one.
There is not even an EEPROM within this chip, although it says 93C56 EEPROM
.
The only way to make it work is to use an official FTDI chip. And if you want to use your breakout board, this means that you have to replace the FTDI chip.
Russell Graves spend a blog on this topic and how to change the chips.
Ah, good to know. Thanks for the information. I suspect you were supposed to use I/O mode, but it's been a long time and I can't remember for sure.
Logan
I am trying to use this library to access CBUS0 and CBUS1. I copied the example and run it on my PC (windows 10). The program runs, I see text coming out via the TX line but the CBUS doesn't change a bit.
Has the
README.md
example been tested on a windows machine? Did I forget something?ftditest.zip