home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 82 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: soap.news.pipex.net!pipex!usenet
  2. From: scampi@sanity.com (Mathew Hendry)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: ACCESS TO THE SERIAL PORT IN AREXX
  5. Date: Tue, 2 Jan 96 00:31:27
  6. Organization: Private node.
  7. Distribution: world
  8. Message-ID: <19960102.46AF20.C94@ao059.du.pipex.com>
  9. References: <4c9nq5$3p8@newsbf02.news.aol.com>
  10. NNTP-Posting-Host: ao059.du.pipex.com
  11. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  12.  
  13. RKolk73543 (rkolk73543@aol.com) wrote:
  14. : I need to be able to read and write to the serial port using Arexx.
  15. : I have seen nothing concerning reading the port.
  16.  
  17. You need an external ARexx function library to be able to play with serial
  18. ports, since serial port functions aren't built into ARexx. Try this one (on
  19. Aminet):
  20.  
  21. rxser502.lha       util/rexx   11K  73+Rexxserdev.library version 5.02
  22.  
  23. A lot of ARexx TCP/IP dialscripts use this library. An alternative would be to
  24. interface with a terminal program with some sort of ARexx interface (e.g.
  25. term), but this is a much less efficient way of going about it if you only
  26. want to directly access the serial port briefly or for only a limited range of
  27. functions.
  28.  
  29. --Mat.
  30.