FindAllDevices
Returns the list of all the available modems and direct connection interfaces (COM ports) in the local station.
Function | Group | Execution | Windows | Embedded | Thin Client | Mobile Access |
---|---|---|---|---|---|---|
FindAllDevices | Dial-up | Synchronous | Supported (see note) | Supported | Supported | Not supported |
Note: This function is not supported on Windows 7.
Syntax
FindAllDevices( "tagArray" )
- tagArray
- Name of a string array tag receiving the list of available modems and direct connection interfaces.
Returned value
Returns the number of modems and/or interfaces found.
Examples
Tag Name | Expression |
---|---|
Tag | FindAllDevices( “SerialConnections[1]” ) |