
Help with Vt2xx Emulation or vt105 emulation
Can anyone help me with the comprogram im writing, I have the basic
program down but i need VTXXX emulation for dialing my provider, Here is
what i have so far
OPEN "COM2:9600,N,8,2" FOR RANDOM AS #1
OPEN "CONS:" FOR OUTPUT AS #2
DO
PRINT #1, INKEY$;
X$ = INPUT$(LOC(1), 1)
PRINT #2, X$;
LOOP
This is the Small Version of my program , the other version has Dialing
directorys and Setup routienes and on-line help , But this is all i need
for the moment.
Can anyone help me? Im using Qbasic and Quickbasic.