Category:P-RS-232C BASIC
Description
P-RS-232C BASIC is a BASIC extension that extends RS-232C BASIC. It is provided by the Pioneer UK-V104 RS-232C board when installed in the hidden MSX2 computer UC-V102.
Instructions
It extends the 5 following instructions: CLOSE, LOAD, MERGE, OPEN and SAVE and adds 8 new instructions.
Basically, you need to replace COM by RS to specify a device controlled by the UC-V102 while using the UK-V104 board. The change is similar in the instructions.
Note: CALL can be replaced by the character underscore (_). A space is not required after this character. See CALL for more info.
Instruction | Generation |
---|---|
CALL RSREAK | MSX2 |
CALL RS...GOSUB | MSX2 |
CALL RSINI | MSX2 |
CALL RSOFF | MSX2 |
CALL RSON | MSX2 |
CALL RSSTAT | MSX2 |
CALL RSSTOP | MSX2 |
CALL SAME | MSX2 |