
Series 30i/ 31i/ 32i-A
C executor library for conversion
Programming manual
01 04.05.06
S. Hasegawa
New registration
B-64183EN/01
EDIT
DATE
DESIG.
DESCRIPTION
135/226
DRAW.NO.
[Return]
0: Normal completion.
-1: Specified channel is already in use by another user.
5: Invalid arguments
[Description]
This function opens the reader / puncher interface.
You should open the interface by the calling of pl_rsopen2() before the
calling of pl_rsrd2() or pl_rswrt2(). You should close the interface by the
calling of pl_rsclose2() after the calling of pl_rsrd2() or pl_rswrt2().
When you open the interface using the pl_rsopen2(), you cannot use the
function pl_rsrd(), pl_rswrt() or pl_rsclose(). You should use the
pl_rsrd2(), pl_rswrt2() or pl_rsclose2().
When you use this function, you cannot use the conventional function
related to the RS-232C communication in "C library for C executor"
together.
[Related Function]
rs_open()