home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / msdos / programm / 8728 next >
Encoding:
Text File  |  1992-08-23  |  1.1 KB  |  32 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!mcsun!fuug!mits!kennu
  3. From: kennu@mits.mdata.fi (Kenneth Falck)
  4. Subject: Re: assembler and serial ports
  5. Message-ID: <1992Aug23.164028.26107@mits.mdata.fi>
  6. Organization: Microdata Oy, Helsinki, Finland
  7. References: <1992Aug22.221721.17544@tc.cornell.edu>
  8. Date: Sun, 23 Aug 1992 16:40:28 GMT
  9. Lines: 21
  10.  
  11. In article <1992Aug22.221721.17544@tc.cornell.edu> homer@theory.TC.Cornell.EDU (Homer Smith) writes:
  12. >     I am playing with INT 14, the serial port bios routines.
  13. >     Function 1 is supposed to write to the port and function
  14. >2 is supposed to read from the port.  
  15.  
  16. You know, the BIOS communications functions aren't very good.
  17. In fact, if I were you, I'd use a FOSSIL driver and check its
  18. documentation, or alternatively write routines that access
  19. the UART directly. (I did it once in C but got troubles with
  20. speed; writing them in assembler should be fast enough.)
  21.  
  22. Also, in case you haven't tried, I recommend checking out
  23. a database called HelpPC. Probably available at your local 
  24. BBS and/or nic.funet.fi & garbo.uwasa.fi.
  25.  
  26. Sorry for not being able to help with your original problem.
  27.  
  28. -- 
  29. kennu@mits.mdata.fi
  30.  
  31.