Can serial communication between Python and Arduino be reversed?
If your serial connection has gnd tx and rx then the serial data can be used bi-directional between Python and Arduino. I didnt check the link so I don't know if that link points to anything special if it does maybe you can elaborate.
I shared a software concept for simulating sensor input to Arduino using Python on GitHub.
Sry I thought it was a question, sounds interesting I'll check it out later
There is a question included in the post.
"Can serial communication between Python and Arduino be reversed?"
UART Serial is bidirectional. Either end can transmit and receive data.