mbusBaudSet (Function) |
Top Previous Next |
This function is used to change the baud rate of a wired M-Bus connection.
Input: handle : SYSHANDLE A handle to the connection
baud : DINT (300,600,1200,2400,4800,9600,19200,38400) (default 2400) The new baud rate to use.
Returns: INT
Declaration: FUNCTION mbusBaudSet : INT;
Example: INCLUDE rtcu.inc
|