CALL MSTART
This instruction is available in MDM-Basic and NewModem Basic.
Contents |
Effect
Checks if all is ok with your modem (interrupts, in/out ports) and returns the result in a variable.
Note: Use first CALL CHKMDM to detect the presence of a modem!
Syntax
CALL MSTART(<Variable>)
Parameter
<Variable> stores the result of the operation. It must be an integer variable.
If value=0 then all is Ok otherwise there is something wrong with the modem.
Example
CALL MSTART(U%): PRINT U%