So I need to control a RPi from a separate PC running Labview, and serial is the only way I've managed to get any communication working at all (why can't they just implement SSH...).
I've got my python (2.7) program on the raspberry reading the inputs properly, but how can I send a function with parameters through for it to carry out? Each line comes through as a variable called serial_in which isn't callable.