botsense  3.2.0
RoadNarrows Client-Server Proxied Services Framework

Request proxy server to establish a virtual connection to an RS-232 serial device. More...

Request proxy server to establish a virtual connection to an RS-232 serial device.

Synopsis:
#include "rnr/rnrconfig.h"
#include "botsense/BotSense.h"
#include "botsense/libBotSense.h"
#include "botsense/bsSerial.h"

int bsSerialReqOpen(BsClient_P pClient, const char *sDevName, int nBaudRate, int nByteSize, int cParity, int nStopBits, bool_t bRtsCts, bool_t bXonXoff, bool_t bInitTrace);

Description:

Parameters
pClient