|
BytesInReceiveBuffer() |
Number of bytes in receive buffer |
|
BytesInTransmitBuffer() |
Number of bytes in transmit buffer |
| ClosePort() |
Close an opened port |
| DtrOff() |
Turns Data Terminal Ready off |
| DtrOn() |
Turns Data Terminal Ready on |
|
FlushReceiveBuffer() |
Clear receive buffer |
|
FlushTransmitBuffer() |
Clear transmit buffer |
| GetBaudrate() |
Get the currently set baud rate |
| GetByte() |
Retrieves a byte |
|
GetCharacterLength() |
Get character length port is set to |
| GetComPort() |
Return COM port associated with opened
object |
|
GetExtendedErrorCode() |
Returns an extended error code |
| GetFileXmodem() |
Get a file via XModem file transfer
protocol |
| GetFileYmodem() |
Get a file via YModem file transfer
protocol |
| GetFileZmodem() |
Get a file via ZModem file transfer
protocol |
|
GetInputBufferLength() |
Get input buffer length |
|
GetInputFlowControl() |
Get the input flow control in effect |
|
GetNumberOfStopbits() |
Get number of stop bits in effect |
|
GetOutputBufferLength() |
Get the output buffer length |
|
GetOutputFlowControl() |
Get the output flow control in effect |
| GetPacket() |
Get a fixed number of bytes |
| GetParity() |
Get parity in effect |
| GetString() |
Get a string of data |
| IsBreak() |
True if break occurred |
| IsCarrier() |
True if carrier detected |
| IsCts() |
True if Clear To Send true |
| IsDsr() |
True if Data Set Ready true |
| IsFramingError() |
True if framing error occurred |
| IsOverrunError() |
True if overrun error occurred |
| IsParityError() |
True if parity error occurred |
| IsPortOpen() |
True if object associated with an opened
port |
|
IsReceiveBufferEmpty() |
True if receive buffer is empty |
|
IsTransmitBufferEmpty() |
True if transmit buffer is empty |
|
ModemAbortHostMode() |
Abort a modem waiting for a call |
| ModemDial() |
Dial a modem and connect to another
computer |
| ModemHangup() |
Hang-up a modem |
| ModemHostMode() |
Wait for a call |
| ModemInit() |
Initialize the modem |
| ModemSendCommand() |
Send a command to the modem |
| OpenPort() |
Open a serial port |
| PutByte() |
Transmit a byte |
| PutPacket() |
Transmit a fixed length of bytes |
| PutString() |
Transmit a string |
| RtsOff() |
Turn Request To Send Off |
| RtsOn() |
Turn Request To Send on |
| SendBreak() |
Send a break |
| SendFileXmodem() |
Send a file via Xmodem |
| SendFileYmodem() |
Send a file via Ymodem |
| SendFileZmodem() |
Send a file via Zmodem |
| SetBaudrate() |
Set the baudrate |
|
SetCharacterLength() |
Set the character length |
|
SetInputBufferLength() |
Set the input buffer length |
|
SetInputFlowControl() |
Set the input flow control |
|
SetNumberOfStopbits() |
Set Number of Stopbits |
|
SetOutputBufferLength() |
Set output buffer length |
|
SetOutputFlowControl() |
Set output flow control |
| SetParity() |
Set parity |
|
SpaceInReceiveBuffer() |
Space remaining in receive buffer |
|
SpaceInTransmitBuffer() |
Space remaining in transmit buffer |
| WaitFor() |
Wait for specified set of strings or
tokens |
|
WaitForClearStrings() |
Clear list of strings or tokens |
| WaitForPeek() |
Non-destructive WaitFor() |
| WaitForSetString() |
Set strings/tokens used by WaitFor() |