Hier noch eine Frage hinterher.
RS232 in RBasic reinbringen :
Ein GW Basic Programm :
100 REM Byte-Terminal110 OPEN "COM1:1200,N,8,2,CS,DS" FOR RANDOM AS #1
120 INPUT "Kommando = ", A
130 PRINT #1, CHR$(A);
140 FOR n = 1 TO 5000: NEXT n
150 IF LOC(1) > 0 THEN PRINT "Interface: "; ASC(INPUT$(1, #1))
160 GOTO 120
170 CLOSE 1
Dieses RS232 Programm läuft in der DosBox mit GW Basic
Ich finde keines in RBasic.
Wie kann man das bitte realisieren?Danke.
Gruss