Specifications

161/201
BscConnect
FUNCTION: Connects communications lines.
FORMAT: _declspec( dllexport ) short APIENTRY BscConnect(short nCid);
ARGUMENTS: IN(Transfer)
nCid Communication handler ID number
OUT(Return)
None
Return Value
0:Error
1:Normal completion
REMARKS: Call Condition
Before calling this function, it is necessary to set the communications lines with BscOpen function
followed by BscSetCom
function (serial port) or BscSetEther function (Ethernet) or
BscSetEServerMode
function (Ethernet Server).