Methods, Properties and Events for Comms


Properties:

To Set a Property from NeoBook do:
 comms2_SetProperty "Rectangle1" "NB_Break" "New Value"

 Description :

Property NB_Break     Sets or clears the break signal state.
Property NB_CDholding     Determines whether the carrier is present by querying the state of the Carrier Detect line.
Property NB_CDTimeout     Returns/sets the maximum amount of time the control waits for the Carrier Detect signal before timing out.
Property NB_CTSHolding     Determines whether you can send data by querying the state of the Clear To Send line.
Property NB_DSRholding     Determines the state of the Data Set Ready line.
Property NB_DSRtimeout     Sets/returns the number of milliseconds to wait for the Data Set Ready
Property NB_DTRenable     Determines whether to enable the Data Terminal Ready line during communications.
Property NB_EOFenable     Sets/returns the whether to search for the EOF character.
Property NB_GetInput     Returns and removes a string of characters from the receive buffer.
Property NB_handshaking     Sets/returns the hardware handshaking protocol.
Property NB_Inbuffercount     Returns the number of characters waiting in the receive buffer.
Property NB_Inbuffersize     Sets/returns the size of the receive buffer in bytes.
Property NB_InputLength     Sets/returns the number of characters the Input property reads from the receive buffer.
Property NB_Inputmode     Sets/returns the type of data retrieved by the Input property.
Property NB_Outbuffercount     Sets/returns the type of data retrieved by the Input property.
Property NB_Outbuffersize     Sets/returns the size, in characters, of the transmit buffer.
Property NB_Port     Returns/sets the communications port number.
Property NB_Portopen     Sets/returns the state of the communications port (open or closed).
Property NB_PortSettings     Sets/returns the baud rate, parity, data bit, and stop bit parameters.
Property NB_Recievethreshold     Sets/returns the number of characters to receive.
Property NB_RtsEnable     Determines whether to enable the Request To Send line.
Property NB_SendThreshold     Sets/returns the minimum number of characters allowable in the transmit.
Property NB_WriteOutput     Writes a string of characters to the transmit buffer.

Functions and Procedures

To Call a Method or Function from NeoBook do:
 comms2_CallMethod "Rectangle1" "GetNBHwnd" "Parameters" "[MyVar]"

 Description :

Function GetNBHwnd (hwnd as Long) as Long     No Description Available

OnEvents :

To Hook to an Event from NeoBook do:
 comms2_AddOnEvent "Rectangle1" "NeoBook" "NeoBook Action Script" "[MyVar]"

 Description :

OnEvent NeoBook (Param as String)     No Description Available