Using RPi.GPIO library I use Serial pins 14 and 15 for other task but later I want to use them for (hardware) serial using serial library.After this code Serial no longer works. No error, just no data on the Tx pin. Calling makes no difference, I cannot get Serial to work until I reboot. How to fix this?
Code:
GPIO.setmode(GPIO.BCM)GPIO.setup(14,GPIO.OUT)
Code:
GPIO.cleanup()
Statistics: Posted by Smajdalf — Fri Jan 03, 2025 6:16 pm