Jump to content

Orange PI PC+ UART


Borisbritwa

Recommended Posts

What do you mean ?

 

Do you wish to send something from your C or Python application to this serial output ?

 

Or you wish to see the debug output from the kernel without using a USB-Serial dongle ?

 

For the first case, simply use normal open()/read()/write()/close() APIs, for Python, you need to install python-serial.

 

For the second case, no need to talk to serial, simply look at dmesg and/or /var/log/syslog.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines