Software serial problem -> K-wire without ELM

Are you asking if 10400 is supported by the arduino or the K-wire?

Is this how i should send that string?

/////
mySerial.write(0x31);
delay(20);
mySerial.write("next");
//etc?