home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / atari / st / tech / 4698 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.1 KB  |  38 lines

  1. Newsgroups: comp.sys.atari.st.tech
  2. Path: sparky!uunet!spool.mu.edu!agate!iat.holonet.net!wilsont
  3. From: wilsont@holonet.net (Timothy Wilson)
  4. Subject: RS232 port, Rsconf() is that all i need?
  5. Message-ID: <Bu5FGz.M80@iat.holonet.net>
  6. Sender: usenet@iat.holonet.net (USENET News System)
  7. Nntp-Posting-Host: orac.holonet.net
  8. Organization: HoloNet (BBS: 510-704-1058)
  9. Date: Sun, 6 Sep 1992 08:55:47 GMT
  10. Lines: 26
  11.  
  12. as sugguested I bought some recent Atari Explorers, and read the articles
  13. on serial port programming.
  14.  
  15. Well, i typed in the first "very dumb terminal program"
  16. and added this line: 
  17.     Rsconf(4,0,8,0,-1,-1,-1);
  18.  
  19. which should be 2400 baud no parity,no handshaking, 1 stop bit.
  20.  
  21. however, my modem does not respond with an RD light up. 
  22. I changed the Cauxout(c) to Bconout(1,c), that made the RD light up,
  23. but also the CD as well!
  24.  
  25. what am I missing?
  26.  
  27. any help would be apreciated! (source code would be cool!)
  28.  
  29. Compiled with Sozobon 1.33i, standard Dlibs.
  30. I ran it from Gulam, and the desktop.
  31.  
  32. BTW, gulam likes to echo the characters to the screen from a Cconin()   why?
  33.  
  34. thanks!
  35.  
  36. Timothy--
  37.  
  38.