Dear Fellow members,
I am currently working on a RS232 interface. In the RS232 file the buffer is declared as:-
vector<unsigned char> m_inbuffer;
It is stated under the "class protected:". I want to increase the size of buffer so as to increase the capacity to receive more characters from the device.
Can anyone in this forum help me in finding out the solution????
Best Wishes!
I am currently working on a RS232 interface. In the RS232 file the buffer is declared as:-
vector<unsigned char> m_inbuffer;
It is stated under the "class protected:". I want to increase the size of buffer so as to increase the capacity to receive more characters from the device.
Can anyone in this forum help me in finding out the solution????
Best Wishes!
Comment