home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / atari / st / tech / 4421 < prev    next >
Encoding:
Text File  |  1992-08-14  |  1.4 KB  |  41 lines

  1. Newsgroups: comp.sys.atari.st.tech
  2. Path: sparky!uunet!cs.utexas.edu!torn!cunews!csi.uottawa.ca!news
  3. From: cbbrowne@csi.uottawa.ca (Christopher Browne)
  4. Subject: Opening aux1
  5. Message-ID: <1992Aug15.021512.11496@csi.uottawa.ca>
  6. Sender: news@csi.uottawa.ca
  7. Nntp-Posting-Host: prgv
  8. Organization: Dept. of Computer Science, University of Ottawa
  9. Date: Sat, 15 Aug 92 02:15:12 GMT
  10. Lines: 29
  11.  
  12.  
  13. Here's a possibly dumb question:
  14.  
  15. How do I open a file to aux (a.k.a. modem1, a.k.a. com1: ...)?
  16.  
  17. I've compiled C-Kermit, with only minor difficulties, and it seems to
  18. work, up to the point at which I try to actually USE it to do file
  19. transmissions.
  20.  
  21. It requests that I "set line", which is sensible enough.
  22.  
  23. If I'm running MiNT, I enter /dev/aux or /dev/modem1.  It complains
  24. about being unable to acquire a "lock" on the device, but life
  25. continues.  Unfortunately, data doesn't get transmitted.
  26.  
  27. If I'm NOT running MiNT, there's no sensible way to actually NAME the
  28. device.  In the good 'ol 8 bit days, you could ALWAYS open a file to
  29. ANY device, whether that be D1:, D2:, for disk drives, or E: for the
  30. "line editor" device.  On MS-DOS machines, file names like lpt1: or
  31. com1: get interpreted as devices; I don't seem to be able to do this
  32. from either tcsh or mupfel (or from inside C-Kermit).  Do I need to
  33. hack up the code in order to get this running?  Or am I missing the
  34. "magic name?"
  35.  
  36. -- 
  37. Christopher Browne
  38. cbbrowne@csi.uottawa.ca
  39. University of Ottawa
  40. Master of System Science Program
  41.