Download Summary
PropellerIDE is an easy-to-use, cross-platform development tool for the Parallax Propeller P8X32A multi-core microcontroller. It supports Spin, Propeller Assembly, and PropBASIC languages. This page is for the Linux version; Windows, Mac and Raspberry Pi are also supported. Major stable releases are distributed here; for latest versions and release candidates, see the PropellerIDE Parallax Open-Source Software Project on GitHub.
File Name | Size | Upload Date |
---|---|---|
propelleride-0.33.3-amd64.deb | 10.62 MB | Wed, 2016-01-06 14:09 |
Download Version & Details
Version 0.33.3
This version of PropellerIDE requires a minimum of Ubuntu 14.04 and Qt 5.2.
After downloading, install it with dpkg:
sudo dpkg -i propelleride-(version)-amd64.deb
If you see a complaint about dependencies, run apt-get to fix them:
sudo apt-get install -f
Install the FTDI drivers before connecting your hardware:
sudo apt-get install libftdi1
Give your currently logged-in user account access to USB Serial ports:
sudo adduser ${USER} dialout
Log out completely, then log back in for permissions to take effect.