I've just gotten started with Python and would like to control a device that accepts synchronous serial input.
Rather than just having serial data streaming out via pyserial, I need to also detect the clock signal from the "device" I want to control.
Are there any examples of Pyserial being used this way?
Thanks for any help.
Rather than just having serial data streaming out via pyserial, I need to also detect the clock signal from the "device" I want to control.
Are there any examples of Pyserial being used this way?
Thanks for any help.