SimpleIDE terminal does not work on Raspberry Pi
Bill Henning
Posts: 6,445
Ray was using SimpleIDE on a Raspberry Pi to program RoboPi.
The terminal built into SimpleIDE would not connect on /dev/ttyAMA0 ... is there some place that can be configured?
I tend to use minicom, so I did not run realize this issue existed, but it would be nice to get the built-in serial terminal to work.
The terminal built into SimpleIDE would not connect on /dev/ttyAMA0 ... is there some place that can be configured?
I tend to use minicom, so I did not run realize this issue existed, but it would be nice to get the built-in serial terminal to work.
Comments
I think a solution to this is to create symbolic link in /dev that points to AMA0. The sym link having a name SimpleIDE can see. For example:
Not a very sustainable solution.. Ultimately SimpleIDE needs tweaking to look for ttyAMA*
Your nice simple solution gave me a Homer-style "DUH" moment!