I need to know how to adjust serial port buffer size in kernel space. ioctl and similar commands do not work in kernel space. I am using RTAI functions. rt_spopen, rt_spwrite else.. Reason of my wish relies on sending large packets (367 byte) over serial port (COM1) by a null modem cable.
Best