So, after looking a bit more into it, again, I played with time.sleep(). I basically was sending my command too fast after I opened the port, so it couldn't catch it. The answer was basically to add a time.sleep() before the capt.write() command in python.
I leave that here in case it can help someone else.