• 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...
  • LCD & i2c
    Any examples of projects which allow to control a LCD module over a i2c port ? (µC ATMEL 8051)
  • hex2bix user command terminated
    i am getting an error that doesnt make sense to me. im using a cypress cy7c68013a-128axc its either an fx2 or fx2LP. i was getting problems with address space overflows on the data, so i started to use...
  • 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 =...