I bet there's an easy solution to this that I've missed. I'm connecting to the bluetooth console using Linux. It starts the console just fine (here on linux I use `cu -l /dev/rfcomm0` to start it) until I try to run the previous line. Then I get a SyntaxError and no matter what I write I get SyntaxError on everything.
Is there some command or something I can write to reset it? I suspect that it somehow incorrectly keep one big python statement open so that everything becomes a SyntaxError.
Ideas?

Reply With Quote



