Hi,
We are using write(file_descriptor, Ascii string, size of string) to write to a serial port in linux "/dev/ttyS0"
It works fine in C. However, we are trying to combine some code that is written in C++, and the only problem we have is that these two functions , read() and...