• Timer and Interrupt on C167
    Hi, I've timer T6 set to send interrupt (level 11, group 1) each 500 microseconds. This interrupt is managed by a routine. I need to know how many time remains after this routine before the next T6...
  • Is there a function for string rotate ?
    "This is a string. " Rotate to : "his is a string. T" Rotate to : "is is a string. Th" .... I use it for LCD Display for Scroll.
  • Rotate through carry
    How do I implement rotate through carry (RLC A, RRC A) in C (Keil C51) ? This is useful for bit banging operations in 12 bit serial Adc's , serial EEprom's . Now I use the assembly routines as it seems...
  • how to rotate or shift data
    how to rotate or left/right shift the data on port0 of 8051
  • bluetooth with C167
    I have the idea to replace RS-232 line between embeded system and PC with Bluetooth (to provide same transfer rate). I use XC167-16 and PLD on board. I'm a beginner in wireless technologies and finding...