Search found 4 matches

by lisper
Mon Apr 18, 2016 8:42 pm
Forum: Other Boards
Topic: Cannot interact with REPL over serial connection
Replies: 6
Views: 4954

Re: Cannot interact with REPL over serial connection

Wow, that was a fast response! No, the problem was that it wasn't converting CR to CR-LF.
by lisper
Mon Apr 18, 2016 8:29 pm
Forum: Other Boards
Topic: Cannot interact with REPL over serial connection
Replies: 6
Views: 4954

Re: Cannot interact with REPL over serial connection

Figured it out. It was my terminal program. It was not converting CR to CR-LF.
by lisper
Sun Apr 17, 2016 5:38 pm
Forum: Other Boards
Topic: Cannot interact with REPL over serial connection
Replies: 6
Views: 4954

Re: Cannot interact with REPL over serial connection

> Do you see the REPL in your serial terminal at first? The ">>>". Yes. I see the full banner and the >>> prompt. > And after you send you command, the terminal prints in back to you and no actions from REPL are displayed back to you? That's right. > Sound like a serial connection issue with you bei...
by lisper
Sun Apr 10, 2016 9:18 pm
Forum: Other Boards
Topic: Cannot interact with REPL over serial connection
Replies: 6
Views: 4954

Cannot interact with REPL over serial connection

I apologize for the non-descriptive title but I really couldn't think of a better way to describe what is happening. I'm running MicroPython v1.6-380-g9c04299 built on an Ubuntu 14.04 machine and also on a custom-built STM board using a STM32F405 processor. I can build Micropython for unix and it wo...