Unit VSSComm32 |
Classes |
TReadThread -
TVSSComm32 -
TWriteThread -
Functions |
LogDebugInfo - means you can only debug 1 component at a time
LogDebugLastError
LogDebugLastError - *****************************************************************************) // DEBUG ROUTINES (******************************************************************************) // // FUNCTION: LogDebugLastError(.
Register - LogDebugInfo
Types |
TBaudRate
TCommPort
TDataBits
TParity
TReceiveDataEvent
TStopBits
Constants |
INPUTBUFFERSIZE
PWM_COMMWRITE
PWM_GOTCOMMDATA
PWM_REQUESTHANGUP
Variables |
Functions |
Types |
TBaudRate = (____110, ____300, ____600, ___1200, ___2400, ___4800, ___9600, __14400, __19200, __38400, __56000, _128000, _256000);
TCommPort = (Com1, Com2, Com3, Com4);
TDataBits = (_4,_5,_6,_7,_8);
TParity = (None,Odd,Even,Mark,Space);
TReceiveDataEvent = procedure( Buffer: Pointer; BufferLength: Word ) of object
TStopBits = (_1, _1_5, _2);
Constants |
Variables |