Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel1

error: opening serial port 'AUTO'

...

 

 

This error means that PropellerIDE failed to detect any connected LameStation units.

...

Panel
Expand
titleLINUX ONLY: is it a device permission issue?

On Linux systems, usually the serial device is restricted to users in the dialout group, so try adding yourself to that group and then rebooting. You will need root access to change groups.

Code Block
usermod -a -G dialout MY_USER_NAME

Compile Error : Can not find/open file.

...

...

This error means that the program you're trying to load is looking for a file it needs to run and can't find it.

...