Inesoft
PrintCE SDK .NET |
C# Syntax: object.SetComPortParam(
int BaudRate,
int fParity,
int Parity,
int StopBits,
int ByteSize,
int fOutX,
int fInX,
int fOutxCtsFlow,
int fOutxDsrFlow,
int fDtrControl,
int fRtsControl,
int fDsrSensitivity,
int fTXContinueOnXoff
);
VB Syntax: object.SendChar(
ByVal BaudRate As Int32,
ByVal fParity As Int32,
ByVal Parity As Int32,
ByVal StopBits As Int32,
ByVal ByteSize As Int32,
ByVal fOutX As Int32,
ByVal fInX As Int32,
ByVal fOutxCtsFlow As Int32,
ByVal fOutxDsrFlow As Int32,
ByVal fDtrControl As Int32,
ByVal fRtsControl As Int32,
ByVal fDsrSensitivity As Int32,
ByVal fTXContinueOnXoff As Int32
)
Note: See eVC documentation on DCB structure for full details on each parameter.
© 2009 Inesoft. All rights reserved.