Hello friends,
I'm making a project for a fair at school and I'm using the Raspberry Pi. I have to get three functions:
- Communication with a PC over the Ethernet port using TCP sockets;
- Communication with a microcontroller using UART;
- Control GPIO pins and a LCD display.
I had some experiences using the RPi.Library but I prefered to use the WiringPi library. I already concluded the codes for the GPIO pins and for the display but I need help with the UART and mainly with the TCP sockets. Can someone give me a example of it and teach me how can I use? I don't know how can I read and write TCP sockets. I'm waiting for your help because I have to finish this by september hahahaaaa
Thanks.