Versions Compared

Key

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

Table of Contents
maxLevel1

Panel
titleerror: opening serial port 'AUTO'

 

Image Modified Image Modified

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

Steps to take:

...

panelpanel

Expand
titleIs the unit powered on?

We hate to say it, but this mistake happens to the best of us. Make sure your unit is powered on and try to program the unit again.

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
Panel
titleCompile Error : Can not find/open file.

 

Image Modified

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.

Steps to take:

...

panel

Expand
titleDid you set up the library path?

Using the LameStation SDK requires that the PropellerIDE library path be set to the LameStation SDK main folder.

  1. Open PropellerIDE and go to "File -> Properties".
     
  2. Under the Spin tab, type or browse to the path to where you've unpacked the SDK.
  3. PropellerIDE should now be set up for use with the LameStation SDK.