CompuServe Thread

#Input Buffer

2 messages in this thread
#100131From: David SumnerNov 11, 1985 12:17 AM
Eiji, You want to clear the RS232 buffer not the Input buffer. Try the same code that you left me with the MDM lines omited and with line 50 reading as 50call26041:goto30, and using INPUT$(1) instead of INPUT$(1,1), and you will see that the clear the input buffer works as advertised. I'll have to look up the address of the rs232 buffer and get back to you I can't remember what it is off the top of my head. David
#100156From: Eiji MiuraNov 11, 1985 5:53 AM
David, Yes, using INPUT$(1), it cleared the input buffer as you told me before. Can RS232 buffer be cleared in the similar manner? Thanks for teaching me new things; I really appreciate it. Awaiting the address of the RS232 buffer… …Eiji…