• 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...
  • 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...
  • SIGABRT Abnormal termination
    What does the following mean: SIGABRT: Abnormal termination I am not using the abort() or assert() in any of my code. How can I track down what is causing this problem?
  • 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 =...
  • SIGABRT Abnormal termination
    What does the following mean: SIGABRT: Abnormal termination I am not using the abort() or assert() in any of my code. How can I track down what is causing this problem?