beautypg.com

ProSoft Technology MVI56-BAS User Manual

Page 128

background image

BASIC CALLs Syntax

MVI56-BAS ♦ ControlLogix Platform

User Manual

BASIC Module (DB/BAS Compatible)

Page 128 of 234

ProSoft Technology, Inc.

December 13, 2011

CALL 78: Set Program Port Baud Rate

Use CALL 78 to set the program port baud rate. By default the program port is

PRT1.

Syntax:

PUSH [A]
CALL 78

Where:
A = baud rate (300, 600, 1200, 2400, 4800, 9600 or 19200)

Example:

.
.
.
125 PUSH 19200: CALL 78
.
.
.