home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / amiga / programm / 12866 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  1.3 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!att!linac!pacific.mps.ohio-state.edu!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!jvnc.net!rutgers!cbmvax!cbmehq!cbmger!edohwg!heinz
  2. From: heinz@edohwg.UUCP (Heinz Wrobel)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: SERIAL.DEVICE HEEEEELLLLLPPPPPPP
  5. Message-ID: <heinz.03ac@edohwg.UUCP>
  6. Date: 30 Aug 92 11:00:39 GMT
  7. References: <u895762.715081138@bruny>
  8. Organization: Edotronik GmbH
  9. Lines: 22
  10.  
  11. In article <u895762.715081138@bruny> u895762@bruny.cc.utas.edu.au (Paul S.E.) writes:
  12. > So, I am wondering if there is a way to stop the serial.device from waiting
  13. >until the buffer is full, and hand over the characters as they come instead.
  14.  
  15. 1. Send a SDCMD_QUERY to check if there are any characters.
  16.    If not, do something else.
  17.  
  18. 2. Read the QUERY amount of characters. This call will return without
  19.    waiting.
  20.  
  21. 3. Look at the RKM devices 3rd ed. page 270-271. Maybe you want to do this
  22.    before 1. :-)
  23.  
  24. >- u895762@bruny.cc.utas.edu.au
  25.  
  26. --
  27. Heinz Wrobel, Edotronik GmbH (ECG018)
  28. FAX +49 89 850 51 25 / TEL +49 89 850 25 20 (HOME!&VOICE, sometimes...)
  29. Path: cbmehq!cbmger!edohwg!heinz@cbmvax.commodore.com
  30. "It's good to have a mouse, it's faster if you can do without one..."
  31. "He who doesn't develop with an A2024 doesn't know about font independent
  32.  user interfaces..."
  33.