What do you want to do? It's there and it works like any other Linux serial port. There is no magic there.thivtulz wrote:How to use UART on raspberry pi board?Any one can help me about this?.
thivtulz wrote:i'm using python.so there's any way to play with UART in raspberry pi
Code: Select all
sudo apt-get install python-serialt now and is really anot to sure who your request is directed at, if is is me regarding mono code to read the serial port using c# let me know and I will post it in the next day or two.
Regards
3gws
If you are running Raspbian, it is /dev/ttyAMA0thivtulz wrote:how to find the serial port number of raspberry pi board
Code: Select all
import serial
serialport = serial.Serial('dev/ttyAMAO,9600)
serialport.write("My string output to serial port")