BeagleBone Black UART software FIFO size?
问题 I'm developing a custom application on the BeagleBone Black that has to use the UART capabilities of the device via the Debian Linux that runs on the BBB, for reading big chunks of data. For reading from the UART I'm opening one of the /dev/ttyO0, /dev/ttyO1, etc. devices with the open() function in nonblocking mode. And then I'm trying to read from this port with the read(2) function: ssize_t read(int fd, void *buf, size_t count); I would like to know what is the biggest reasonable number