home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / msdos / programm / 8719 < prev    next >
Encoding:
Text File  |  1992-08-22  |  1.0 KB  |  31 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!usc!rpi!batcomputer!theory.TC.Cornell.EDU!homer
  3. From: homer@theory.TC.Cornell.EDU (Homer Smith)
  4. Subject: assembler and serial ports
  5. Message-ID: <1992Aug22.221721.17544@tc.cornell.edu>
  6. Sender: news@tc.cornell.edu
  7. Nntp-Posting-Host: theory.tc.cornell.edu
  8. Organization: Cornell Theory Center
  9. Date: Sat, 22 Aug 1992 22:17:21 GMT
  10. Lines: 19
  11.  
  12.      Is there a proper group to address assembler problems too?
  13. If so I would be happy to address these there.
  14.  
  15.      I am playing with INT 14, the serial port bios routines.
  16.  
  17.      Function 1 is supposed to write to the port and function
  18. 2 is supposed to read from the port.  
  19.  
  20.      I have my serial COM2 hooked upto a dumb terminal, and
  21. I can read from it just fine, plus or minus my total non understanding
  22. of what I am doing, but I can't get anything I write to it to appear.
  23. Instead I get a timeout return in the AH register.
  24.  
  25.      What is the timeout for?  How do I get it to write the character
  26. I send?
  27.  
  28.      Thanks,  Homer
  29.  
  30.  
  31.