• TERMINAL
    Friends, Help me in finding any source software which has programmable data transfer with DTR and RTS signals control. Chinny
  • 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...
  • i2c lcd terminal & source
    Hi all, There's not enough C source online for LCD or I2C slave. Let me do something about this. On my company's page: online project: i2c lcd terminal with c source & doc. C file: -low level...
  • 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 =...
  • Hex Terminal Emulation program
    Hi All,, HyperTerminal is a very usefull Serial Port utility that comes with Windows. But it displays the incoming data in ASCII. Is there any Terminal Emulation program for Windows platform that displays...