• TERMINAL
    Friends, Help me in finding any source software which has programmable data transfer with DTR and RTS signals control. Chinny
  • Terminal Control
    Hello, I'm interested in building a little serial configuration UI for my current design which controls the terminal in a user-friendly way. Does anyone know of a (perhaps miniaturized) curses port...
  • Problem with user commands
    Hi all, I want to use a user command to post-process the axf file. I enclose the command in quotes to preserve spaces in the path. However, if I also use quotes to enclose parameters in quotes, then...
  • Problem with user commands
    Hi all, I want to use a user command to post-process the axf file. I enclose the command in quotes to preserve spaces in the path. However, if I also use quotes to enclose parameters in quotes, then...
  • Null terminating character
    Hi all, I've this strange problem with the \0 character. I'll show you the code first: #include <REG52.H> void test(char *s) { int idx; for(idx = 0; *s != '\0'; idx++, s++) { } P1 =...