Thank you for the reply.
I am new to VEX or Pi.
I do have some experience with Serial Communication using PySerial on Linux.
Keeping that in mind. what is Qi?
Also, if I set baudrate to something in pi, and send out data on /dev/AMC1, how does VEX synchronize without knowing the baudrate?
Lastly and most importantly, what is the parent field in: vex.Serial(parent) [ def init (self, parent) ]
Hm, very much not the same. There are some similarities but RobotMesh is based on Python 2.x and VEXcode Python on 3.x (full disclosure, I wrote the VEXcode Python VM).
I would say, based on the RobotMesh documentation, you should be using vex.Serial.write etc. directly and not try and create an instance of the class. but as I said, you need someone with more RobotMesh experience to respond.