Skip to content

mbus HFCE Port Config.vi


Description

HFCE Port Config function sets up the selected port configuration. This function opens a Port and provides a portHandle. This portHandle must be wired to all subsequent VIs that uses this port.

Parameters  
error in in error conditions that occur before entering the function
sessionHandle in reference to the current Multibus session block handle
portNumber in port number to configure
speed in selected port speed in bps
loopback in HFCE words are looped back from Tx port to the Rx port
sessionHandle out reference to the Multibus session
portHandle out port memory
error out out error information
function return out function execution status


Availability

Available in Multibus VI 1.0 and later.

See Also

mbus HFCE Port Close.vi

Examples

HFCE Send Receive Advanced.vi
HFCE Add Message To Buffer.vi