I was wondering how I would go about finding the size of the receive/transmit buffers the operating system allocates to serial communication. I am using a USB to serial adaptor which mounts to /dev/tty.usbserial. I've run into issues where the OS receive buffer gets overrun and crashes the system. I would like to know just how much room I have to work with or also how the buffer can be increased.
Thanks!
Thanks!