i had try so many code and thing but i dont get the correct answer for how to transmitter or receive the data through GPIO pin of serial port
i had try so many code and thing but i dont get the correct answer for how to transmitter or receive the data through GPIO pin of serial port
It seems that by default the serialport is now OFF.
If you want to
* Have console output go to the serial port
* AND have a login prompt on the serial port...
THEN you type "sudo raspi-config" go to "advanced" (next-to-last option) and then look for "serial". Turn it on.
If you want to use the serial port for other things... you can add:
enable_uart=1
to /boot/config.txt and then you will have the UART available for other things.
What a mess the whole serial port thing has become.. : (
What a mess the whole serial port thing has become.. : (
Agreed. Real industrial settings use traditional protocols that cannot be quickly "upgraded". We need new stuff that can talk to the old stuff.