• 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,...
  • Assign Command
    Can you please explain the usage of the Assign command in the debug mode. The notes in microvision help aren't very clear.I couldn't understand the <inreg> , outreg part. Could someone please elaborate...
  • ASSIGN command
    Hello !! Does anybody know all possibilities of the ASSIGN command ??? (especially assign win >??? <???) or where i can find detail information about it ??? thx, florian mair.
  • Serial IO Simulation with MODE and ASSIGN
    Hi All, target CPU - simulated STMicro uPSD3354DV I am trying to get my PC to interface (via serial) with my app running in the simulator. I have read the other postings and the manual on this...
  • Error: Mode COM2 command failed.
    I'm trying to use the Mode command as outlined on this page: http://www.keil.com/support/man/docs/uv4/uv4_db_srl_io_to_com.htm And I'm getting an error: > MODE COM2 9600, 0, 8, 1 Mode COM2 command...