
BUT.......I've been raging ever since....
FREETRONICS - PLEASE open a fresh can of nerd and help me out....
NO inittab in Jessie (this is not the first time systemd made me look stupid)
and
ttyAMA0 is now bluetooth and ttyS0 serial
so i do this ????
sudo nano /boot/smdline.txt
#remove console=ttyS0,115200 but i didnt see any...
sudo systemctl disable serial-getty@ttyS0.service
#do i turn serial off in the Raspberry Pi set up menu? i tried on and off..
sudo nano /etc/udev/rules.d/99-PiLevenRPi3-ttyS0-config.rules
#This makes a new empty file.
KERNEL=="ttyS0", ACTION=="add", SYMLINK+="ttyS99", RUN+="/usr/local/sbin/set_pin_alt.py 17 ALT3"
#Enter this and save
Question: Do i make this a different number than 99 so its not over riding anything?
#Next i cut the python script from inside your (install_pileven.sh) and i save it to
/usr/local/sbin/set_pin_alt.py
SO NOW IM OUT OF IDEAS. and i can not load Arduino code to the PiLeven.
PLEASE NOTE THAT IM NOT A HARDCORE LINUX NERD AND I HAD NEVER USED A RPi. SO IN A WAY I SHOULD THANK YOU BECAUSE I WOULD NEVER HAVE DONE THIS IF IT WORKED OUT OF THE BOX.......

Great story... but i still cant get these PiLeven to work.... I hope you can help...