home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / windows / misc / 1775 < prev    next >
Encoding:
Text File  |  1993-01-10  |  1.5 KB  |  44 lines

  1. Newsgroups: comp.windows.misc
  2. Path: sparky!uunet!gatech!emory!athena!lapena
  3. From: lapena@athena.cs.uga.edu (Chito Lapena)
  4. Subject: windows and COM ports
  5. Message-ID: <C0MF7D.CB5@athena.cs.uga.edu>
  6. Organization: University of Georgia, Athens
  7. Date: Sun, 10 Jan 1993 04:30:48 GMT
  8. Lines: 34
  9.  
  10.  
  11. Hello, All:
  12. I am using Windows 3.1 as an integrated programming environment
  13. for a microcontroller. The MCU board communicates with the PC
  14. through COM1. At one time I was able to use Kermit for DOS in its
  15. own window along with a DOS command window. I would edit 
  16. in Windows Write (not very good for programming), compile
  17. in the DOS command, then see the results in my Kermit window - beautiful!
  18.  
  19. This is how I download to the MCU:
  20. (Kermit is set for COM1)
  21.  
  22. 1. In Kermit window, the MCU is put into load mode (it remains in Kermit)
  23. 2. In the Dos window, I type
  24.     type myprog.s19 > com1
  25.  
  26. That used to work OK. One time I got a contention error message
  27. from Windows for COM1, but I ignored it and eventually the problem
  28. just vanished.  Then I noticed that line #2 above suddenly stopped
  29. working after I run Procomm (set for COM3) in the DOS command window.
  30. I would reset, restart Windows, and everything is fine again.
  31.  
  32. But today it won't do it at all. I still get a good DOS command window
  33. and the Kermit window still talks to the MCU. But the DOS command
  34. window can't talk to COM1 at all. I haven't changed any setting in
  35. Windows throughout the whole time.
  36.  
  37. Does anyone have any ideas why this could be happenning?
  38.  
  39. thanks
  40.  
  41. -chito 
  42. lapena@athena.cs.uga.edu
  43.  
  44.