SourcePoint Intel Help

Table of Contents

disconnect

Disconnect the emulator from the target.

Syntax

disconnect

Discussion

The disconnect command disconnects the emulator from the target. ย The emulatorstate control variable transitions to state 0 (disconnected). ย This command has the same effect as pressing the Disconnect button in the Processor toolbar.

A common use of the disconnect command is when changing to a different target. ย This forces the emulator to discard its current target configuration and either scan the target for a new one or have SourcePoint download a new configuration.

Example

Command Input:

disconnect ย ย ย ย ย ย ย // disconnect from target

reconnect ย ย ย ย ย ย ย ย // reconnect to target

Related Topics