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

debugger's ASSIGN and MODE commands

Hi,

I want to assign the program's stdin in the IDE to COM1 on my PC, so I do

>ASSIGN COM1 < SIN
and get
*** error 127, line 2: Com channel not opened, use MODE command first
When I do
>MODE COM1, 9600, 0, 8, 1
I get
 COM1: not active.
What does that mean and what exactly should I do to assign stdin to COM?

Thanks in advance