Old school internet!
There is some trickery because of the Raspberry 3 bluetooth feature. See [1].
By default, the nice hardware serial port /dev/ttyAMA0 is dedicated to the bluetooth connection.
Disable bluetooth in /boot/config.txt:
dtoverlay=pi3-disable-bt
Disable kernel use of the serial port by removing from /boot …
read more