• 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,...
  • using mode and assign commands
    Hi, I am trying to use the "Mode" command to send the serial data to the COM port, however, when i type in the command widow: mode com1 9600,0,8,1 it says: mode com1 command failed so does anyone...
  • Problem with simulated serial mode
    To have the serial port S0 free for the application, I want to use the simulated serial mode. The UART ASC0 mode works correctly (burned to external FlashROM), but not the simulated serial mode (seems...
  • can't assign a value to SBUF in simulator
    hello every body i have a problem when i use debugger i assign a value to sbuf but i can't get that?!?!? it seems that i can't simulate serial recieve?!?! plz help me :(
  • RTX Tiny and simulated serial mode?
    Do they work together? My Problem: If I start a interrupt driven serial communication (ASC0 or external memory mapped UART) the transmission fails after a short time (only 9 characters at max., then...