Unix/Linux is the best platform. For sure.
I am 59 years old. I got my telecommunication engineer degree in 1981. My first contact with Unix was in 1985. I love RPi and I continue to learn new things every day with my RPis.
Code: Select all
iwconfig wlan0
ifconfig wlan0
Code: Select all
#!/usr/bin/env python
import serial
ser = serial.Serial('/dev/ttyUSB0',9600)
while 1:
lectura=ser.readline().rstrip()
print lectura