/UARTTOTCP

A class that will realize the mutual conversion of serial port data and TCP data. The serial port data is mapped to the given port of TCP server. The server supports the use of epoll technology to support multi client connection.

Primary LanguageC++Apache License 2.0Apache-2.0

UARTTOTCP

A class that will realize the mutual conversion of serial port data and TCP data. The serial port data is mapped to the given port of TCP server. The server supports the use of epoll technology to support multi client connection.