I am using pyserail for reading the serial port I get the following string (print s) : "\xffS!AAAA\xfe0.005\r\n\xffS!AAAA\xfe0.005\r\n" When I do Import string Print string.find(s,"S!A") It prints: 11 What is happening here? Thank you very much for any advice! Yours Fabian