Search found 2 matches
- Wed Apr 19, 2017 12:08 pm
- Forum: Graphics, sound and multimedia
- Topic: LCD controller inverted colours
- Replies: 2
- Views: 2626
Re: LCD controller inverted colours
I am also having this issue, please could someone help! Thanks
- Sun Apr 02, 2017 1:18 pm
- Forum: Troubleshooting
- Topic: Please help!! Arduino sending serial data to PI
- Replies: 1
- Views: 894
Please help!! Arduino sending serial data to PI
Hi this is my first forum post so please go easy on me! I am using this code, To read a string of alphanumeric digits from an Arduino with a RFID sensor connected.: import serial ser = serial.Serial('/dev/ttyACM0',9600) s = [0] while True: read_serial=ser.readline() s[0] = str(ser.readline()) print ...