Help getting REPL prompt in screen
Posted: Fri May 16, 2014 11:48 am
I have been following the tutorial on the REPL prompt and can't get the prompt to appear.
On a Mac I have run screen /dev/tty.usbmodem* and this executes correctly but just gives me a totally blank window box. Whatever I do (pressing enter etc) I can't seem to get a Micro Python prompt >>> to type in anything. I have reread the manual (man screen) multiple times with no joy. The board is definitely connected and if I type CTRL-A CTRL-\ it disconnects successfully with the message [screen is terminating]. I tried sudo screen /dev/tty.usbmodem* as well but with the same result.
I also tried with a Raspberry Pi running Raspbian. Again screen /dev/ttyACM0 executes but again gives a blank box. It will disconnect correctly but I fail to get a prompt.
Could someone please advise what I am doing wrong in screen ? I am sure it is something basic! Thank you
On a Mac I have run screen /dev/tty.usbmodem* and this executes correctly but just gives me a totally blank window box. Whatever I do (pressing enter etc) I can't seem to get a Micro Python prompt >>> to type in anything. I have reread the manual (man screen) multiple times with no joy. The board is definitely connected and if I type CTRL-A CTRL-\ it disconnects successfully with the message [screen is terminating]. I tried sudo screen /dev/tty.usbmodem* as well but with the same result.
I also tried with a Raspberry Pi running Raspbian. Again screen /dev/ttyACM0 executes but again gives a blank box. It will disconnect correctly but I fail to get a prompt.
Could someone please advise what I am doing wrong in screen ? I am sure it is something basic! Thank you