home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / telecomm / rufus141 / ruf / chk_mdm.ruf < prev    next >
Text File  |  1992-02-05  |  329b  |  22 lines

  1. print "Baudraten Test"
  2. baudrate=19200
  3. 1:
  4. print "Teste ";
  5. print baudrate
  6. send "atz"
  7. rwait 3000,"OK"
  8. if status=0 then 2
  9. baudrate=baudrate/2
  10. if baudrate<300 then 3:
  11. goto 1
  12. 2:
  13. print
  14. print "Ihr Modem kann maximal ";
  15. print baudrate;
  16. print " baud"
  17. end
  18. 3:
  19. print "Ist da überhaupt ein Modem dran?"
  20. baudrate=19200
  21. end
  22.