C语言中Beaglebone的UART库 该存储库包含C语言中的功能UART库 适用于Beaglebone的所有变体。 控制Beaglebone Black Rev3的3个UART 用法示例 # include " uart.h " /* This is needed for the functioning of the libray. */ int main () { uart_init (); /* Inititialize the UART */ char *rec; /* A buffer to store the reception */