You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set the 6th and 7th pins as outputs, and then call
pins &= ~(1 << 6)
power_gpio.write(pins)
Changing the level of gpio will result the serial ports of C and D not being able to read data. Only when I call gpio. close() can I read data.
if the serial port and gpio cannot be used simultaneously?
thank you very much
The text was updated successfully, but these errors were encountered:
zhimayun
changed the title
Will there be any conflict when C and D are used as serial ports and A and B are used as gpio when the four are used together
Bus C and D are used as serial ports and A and B are used as gpio, Will there be any conflict when the four are used together
Jun 27, 2024
chip is FT4232H,
A and B are used as gpio
C and D are used as serial ports
When calling the following code:
Set the 6th and 7th pins as outputs, and then call
Changing the level of gpio will result the serial ports of C and D not being able to read data. Only when I call gpio. close() can I read data.
if the serial port and gpio cannot be used simultaneously?
thank you very much
The text was updated successfully, but these errors were encountered: