Function SetInBufSize

Description Sets input buffer size for every COM ports of specific multi-serial module.
Default buffer size is 1024 bytes. After calling this function, you must call InstallCom8000 to effect this setting.
This function is used for C/C++ compiler.

Function Prototype int SetInBufSize(int size)
Return 0 : no error
other : failure
size 1 ~ 32767 (byte)
Example
Function Ret=SetInBufSize(2048);
Return 0 ( success)
Description Sets input buffer size of multi-serial module to 2048 bytes. 

Note All COM ports of same multi-serial module use same input buffer size.

Reference SetInBufSize
SetOutBufSize
InstallCom8000
_SetBaudrate
_SetDataFormat
RestoreCom8000
IsCom8000
ToCom8000
ToCom8000Str
ToCom8000nBytes
ReadCom8000
ReadCom8000nBytes

Modules I-8112, I-8114, I-8142, I-8144



Back to Previous Page