eblot / pyftdi

FTDI device driver written in pure Python
Other
504 stars 212 forks source link

MPSSE mode to UART #164

Open Stimprod opened 4 years ago

Stimprod commented 4 years ago

Hey, thx for this good python module :) I've one question: is it possible to switch dynamically between MPSSE mode and UART ?

Thx in advance.

eblot commented 4 years ago

I'm not sure to fully understand the question.

You want to close the MPSSE port and re-open it as UART. However the port configuration is lost, and you may experience glitches on FTDI output pins.

Stimprod commented 4 years ago

Thx for your support. I have a non conventional application:

eblot commented 4 years ago

Sorry, I do not get what "PU" means here.

I'm not sure how FTDI behaves with an alternative EEPROM configuration. FTDI doc is quite sparse on this matter.