Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!wuarchive!uunet!munnari.oz.au!bruce!monu0.cc.monash.edu.au!monu1.cc.monash.edu.au!rjl From: rjl@monu1.cc.monash.edu.au ( r lang) Newsgroups: comp.os.cpm Subject: Re: Microbee Qterm progress report ?? Keywords: qterm microbee anyone Message-ID: <1991Jun13.025034.18949@monu1.cc.monash.edu.au> Date: 13 Jun 91 02:50:34 GMT References: <834@spam.ua.oz> Organization: Dept. Electrical & Computer Systems Engineering, Monash University Lines: 25 In article <834@spam.ua.oz>, dcook@spam.ua.oz (David Cook) writes: > > Well, I haven't heard any replies to my earlier followup > about QTerm on Microbee (CP/M) computers, so I decided to post > this. My question : > Has anyone got patches/working executable for QTerm on a Microbee system ? I have never seen QTerm, but Kermit-80 v4.11 does have a Microbee version. > If not, has anyone got any information about programming I/O on > a Microbee, or can anyone recommend any books on the subject. Get a Microbee technical manual. > (If I have to I'll try to remember some Z80 assembler, and > write the QTerm patches myself, but I have no information > on using the PIO (or is it UART? - shows how little docs I have :) > in the Microbee ) The microbee serial port is 4 bits of the PIO - TX, RX, CTS and one other non-standard one. The other PIO bits are used for tape in, tape out, tape on/off, speaker. Programming serial routines is a real pain. Input is interrupt driven so that you don't lose characters when the keyboard is being scanned or the video screen scrolled. -- Russell Lang Email: rjl@monu1.cc.monash.edu.au Phone: (03) 565 3460 Department of Electrical and Computer Systems Engineering Monash University, Australia