This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

using com1 on PC in Serial Window

Hi there,

I like to ask if it is possible to use the COM1 Port of the PC as a input-source for a program that is running in the dScope debugger (on the PC).
And of course if it is possible, HOW???

Regards Michaela

Parents
  • Hi Jon thanks for your reply, i already took a look into the User's Guide,
    i tryed the following stuff on c164cl,

    ASSIGN COM1 < S0IN > SOUT
    *** error 127: Com channel not opened, use MODE command first

    MODE COM1, 9600, N, 1
    COM1: not active.

    MODE COM1, 9600, N, 1

    *** error 10: Syntax error

    And now i have no idea how to open the com port.

    (My com1 – port works fine for example with Hyperterminal (that is closed now!!!))

Reply
  • Hi Jon thanks for your reply, i already took a look into the User's Guide,
    i tryed the following stuff on c164cl,

    ASSIGN COM1 < S0IN > SOUT
    *** error 127: Com channel not opened, use MODE command first

    MODE COM1, 9600, N, 1
    COM1: not active.

    MODE COM1, 9600, N, 1

    *** error 10: Syntax error

    And now i have no idea how to open the com port.

    (My com1 – port works fine for example with Hyperterminal (that is closed now!!!))

Children