Problems with sending commands over pySerial
问题 I'm trying to talk to a home made card over a serial port, and is therefor using pySerial. In Hyperterminal, everything works fine. I can write: $ audio on and the audio is enabled, but if I use ser = serial.Serial("COM1", 38400) ser.write("audio on\r\n") nothing happens. I can read incoming data however, so it's not something wrong with the communication. I doesn't help if I change \r\n to just \n or \r either. EDIT: Sometime I actually get the feedback: No such command when sending the