ZOC Online Help Topic:

Windows Modems → REXX ZocDeviceControl Command for Windows Modems

ZocDeviceControl is a ZOC-REXX Command, which allows to perform functions that are specific to a commnunication method.

Available sub-commands for the ZocDeviceControl script command in relation to Windows Modems connections are:

       
GETMODEMID <modemname>
 

Return a string that indicates the permanent modem id for a given modem (to use with the ZocSetDevParm command).
 
Example:

modem= "Microlink 33.6TS PnP"
id = ZocDeviceControl("GETMODEMID "||modem)
Call ZocSetDevParm "[7]"id"|0|1:"
 

 
← Back to Windows Modems