home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / alt / lang / basic / 1100 < prev    next >
Encoding:
Text File  |  1993-01-27  |  1.2 KB  |  32 lines

  1. Newsgroups: alt.lang.basic
  2. Path: sparky!uunet!nntp.telebit.com!ronal
  3. From: ronal@telebit.com (Ronal Thompson)
  4. Subject: Re: COM3/4 and 14400 BAUD in Quick Basic?
  5. Message-ID: <C1I0Lo.BF8@telebit.com>
  6. Sender: news@telebit.com
  7. Nntp-Posting-Host: dolphin
  8. Organization: Telebit Corporation; Sunnyvale, CA, USA
  9. References: <Jan25.233042.68887@yuma.ACNS.ColoState.EDU> <C1HC87.8rL@telebit.com>
  10. Date: Wed, 27 Jan 1993 05:58:36 GMT
  11. Lines: 19
  12.  
  13. >This sub program writes DIRECTLY to the uart.
  14.  
  15. >sets is the speed you want the uart set to.
  16. >setp is the port.
  17. >you MUST open the port FIRST (usually at 9600) then call this routine
  18.  
  19.  
  20. >The speec that the uart ACTUALLY gets set to is returned in speed(setp)
  21. >this allows you to compare what you want to what you got.
  22. >(whatta ya mean I can't set the uart to 113.912 baud?!?!)
  23.  
  24. The constant xtal should be set to 1843200. This is the crystal
  25. driving the uart. If you use an external frequency source to 
  26. vary the uart speed, or to reach normally unobtainable rates, 
  27. then change this constant accordingly
  28.  
  29. ronal@telebit.com                These ain't no opinions but my own!
  30. R.THOMPSON65  GEnie                                     
  31. MJWG99A  Prodigy    and remember,  what you think of me is none of my business
  32.