Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: mode woes  (Read 10905 times)

0 Members and 1 Guest are viewing this topic.

Squashman



    Specialist
  • Thanked: 134
  • Experience: Experienced
  • OS: Other
Re: mode woes
« Reply #30 on: January 24, 2015, 04:59:51 PM »

student0101

    Topic Starter


    Rookie

    • Experience: Experienced
    • OS: Other
    Re: mode woes
    « Reply #31 on: January 24, 2015, 07:51:51 PM »
    You could give SCANCODE a try.
    http://www.resoo.org/docs/dos/free_software/keyb.htm

    Downloaded scncd590.zip (beta); read the doc files; tried it as a command line; looks promising. Thanks. Ordered a switch. Will let you know how it turns out.  :)

    foxidrive



      Specialist
    • Thanked: 268
    • Experience: Experienced
    • OS: Windows 8
    Re: mode woes
    « Reply #32 on: January 25, 2015, 07:16:28 AM »
    Thanks for the offer foxidrive. Did these progs work for you?

    I didn't often use those features in the MSDOS days.

    Look at Scancode here which looks like it handles three-key sequences: http://bretjohnson.us/
    At least it looks like it in the V5.00 doc I have here anyway.

    You could give SCANCODE a try.
    http://www.resoo.org/docs/dos/free_software/keyb.htm

    EDIT: I was beaten by page 2. :)

    kbit



      Beginner

      Thanked: 2
      • Yes
    • Certifications: List
    • Computer: Specs
    • Experience: Experienced
    • OS: Windows XP
    Re: mode woes
    « Reply #33 on: January 25, 2015, 10:45:47 PM »
     Just dropping some info , my book says " To display the current status of a serial port , enter the MODE COM# command without any parameters . To display the status of all the DOS devices attached to your computer , enter the MODE command alone . "

    MODE COM# baud, parity, data, stop, retry 
      #= 1 , 2 , 3 , 4  colon after number is optional
     baud= 110, 150, 300, 600, 1200, 2400, 4800, 9600, or 19200    can enter just first two digits
     parity= N for NONE , O for ODD , E for EVEN , M for MARK , S for SPACE   default is E
     data= 5 through 8  default is 7
     stop= 1 , 1.5 , 2   110 baud default is 2 , otherwise default is 1
     retry= instructs DOS how to handle timeouts [ B , Return busy when port is busy ][ E , Return error ][ P , Retry until accepted  ][ R , Return ready ]     continuous  retries on dos 5 and up use B , dos 4 and lower use P , might hang computer but can stop continuous retries with Ctrl-Break [ N or NONE take no action , default]

     Hope it helps , seems like all the important stuff for MODE and serial ports.

    Squashman



      Specialist
    • Thanked: 134
    • Experience: Experienced
    • OS: Other
    Re: mode woes
    « Reply #34 on: January 26, 2015, 08:02:05 AM »
    Just dropping some info , my book says " To display the current status of a serial port , enter the MODE COM# command without any parameters . To display the status of all the DOS devices attached to your computer , enter the MODE command alone . "

    MODE COM# baud, parity, data, stop, retry 
      #= 1 , 2 , 3 , 4  colon after number is optional
     baud= 110, 150, 300, 600, 1200, 2400, 4800, 9600, or 19200    can enter just first two digits
     parity= N for NONE , O for ODD , E for EVEN , M for MARK , S for SPACE   default is E
     data= 5 through 8  default is 7
     stop= 1 , 1.5 , 2   110 baud default is 2 , otherwise default is 1
     retry= instructs DOS how to handle timeouts [ B , Return busy when port is busy ][ E , Return error ][ P , Retry until accepted  ][ R , Return ready ]     continuous  retries on dos 5 and up use B , dos 4 and lower use P , might hang computer but can stop continuous retries with Ctrl-Break [ N or NONE take no action , default]

     Hope it helps , seems like all the important stuff for MODE and serial ports.
    All this information has already been established.  Please read a thread to its entirety before posting.

    student0101

      Topic Starter


      Rookie

      • Experience: Experienced
      • OS: Other
      Re: mode woes
      « Reply #35 on: January 29, 2015, 11:35:19 AM »
      Hope it helps , seems like all the important stuff for MODE and serial ports.

      Thanks, kbit. I was actually looking for info beyond documented switches/options. In any case, as Squashman stated, this issue has been resolved.