20060301
I
Other
Clo
s
eComPort38k
Syntax:
CloseComPort38k
Function:
Closes the 3-pin COM port.
Example:
See
the
GetVar38k
command.
GetVar38k
Syntax:
GetVar38k
:
<variable name>
Function:
Receives variable names and variable contents.
De
s
cription
• The
OpenComPort38k
command must be executed before this command is executed.
• The
Clo
s
eComPort38k
command must be executed after this command is executed.
Example:
To connect two ClassPad units with an SB-62 cable, and transfer the contents
of the sending unit’s variable “s” to the receiving unit’s variable “g”
Sending Unit Program
123
2
s
OpenComPort38k
SendVar38k
s
CloseComPort38k
Receiving Unit Program
OpenComPort38k
GetVar38k
g
CloseComPort38k
Note
s
• Run the receiving unit’s program first, and then run the sending unit’s
program.
• You can use any commands beside the four data communication commands
(
Send38k
,
Receive38k
,
SendVar38k
, or
GetVar38k
) between the
OpenComPort38k
and
Clo
s
eComPort38k
commands.
12-6-45
Program Command Reference
Summary of Contents for ClassPad 330
Page 11: ...20060301 20090601 ClassPad 330 ClassPad OS Version 3 04 ...
Page 277: ...20060301 3 3 10 Storing Functions 3 Tap AND Plot OR Plot ...
Page 779: ...20090601 S Graph Line Clustered C S Graph Line Stacked E 13 9 2 Graphing ...
Page 780: ...20090601 S Graph Line 100 Stacked F S Graph Column Clustered G 13 9 3 Graphing ...
Page 781: ...20090601 S Graph Column Stacked I S Graph Column 100 Stacked J 13 9 4 Graphing ...
Page 782: ...20090601 S Graph Bar Clustered K S Graph Bar Stacked 9 13 9 5 Graphing ...