GET.PORT.PARAMS() |
![]() ![]() ![]() |
The GET.PORT.PARAMS() function retrieves the communications parameters for a serial port. This function is not available on the PDA version of QM.
Format
GET.PORT.PARAMS(fvar)
where
The GET.PORT.PARAMS() function returns a dynamic array containing the following data:
Programs should be written to allow for the possibility of additional fields being added in future releases.
Example
DISPLAY 'Baud rate = ' : GET.PORT.PARAMS(port)<2> |