Serial port and GPS

SerialForm Fields

The fields of the SerialForm class are listed below. For a complete list of SerialForm class members, see the SerialForm Members topic.

Private Static (Shared) Fields

FILTERFilter string
MAXHISTORYMaximal number of inputs kept in the history

Internal Instance Fields

scrollPosition (inherited from ScrollableControl) 

Private Instance Fields

m_answer Control for the answer string retrieved from the serial port.
m_answercbDelegate for showing serial port answers
m_answerstr The answer string processed in the delegate method showAnswer().
m_baud Control for the baud rate of the port.
m_databits Control for the number of data bits.
m_initofddirThe initial OpenFileDialog directory
m_input Control for the input string sent to the serial port
m_ipclientIP client used for IP communication
m_ipportTCP or UDP port
m_logstrStream used for logging
m_menufilterMenu item port/filter
m_menulogMenu item config/log
m_menuopenMenu item port/open
m_menurdportMenu item port/read
m_menusendMenu item port/send
m_parities Available COM port parities
m_ports Names of COM ports available in the system.
m_serialSerial port
m_serverName or IP of the server, if IP used
m_status Info about the current status of the connection
m_stopbits Available COM port parities
m_typeType of the input signal

See Also

SerialForm Class | serial Namespace | IPClient | Serial | SerialGUI