mbusSlaveConfigBaud (Function) |
Top Previous Next |
This function is used to change the baud rate of a wired M-Bus slave.
Input: handle : SYSHANDLE A handle to the connection
baud : DINT (300,600,1200,2400,4800,9600,19200,38400) The new baud rate to use.
pri_addr : INT default -1 The primary address for the slave to configure. Use -1 to use the secondary address instead.
sec_addr : STRING The secondary address for the slave to configure. Used if the primary address is -1.
Returns: INT
Declaration: FUNCTION mbusSlaveConfigBaud : INT;
Example: INCLUDE rtcu.inc
|