• Function return value if () are missing
    As I am sure most of us have at some time, I have ocasionally missed the () off the end when calling a function. e.g myFunction; instead of myFunction(); When I do this the code compiles and...
  • CAN: More than one slave problems
    HI, I am working with LPC2129 with full CAN bus. I have written a code for master and slave. i am running a heartbeat LED on both of them at a rate 1Hz, and they work fine. When i connect 2nd slave...
  • Returning multiple values from a function??
    I want a function to return multiple values after doing data processing i.e. void test(int a, int b int c) whereas a, b and c have values set and control is returned to the caller with the values sent...
  • Calling Function more than once causing problem
    I have develoved a small programe which toggels LED, In this programe i have make a function called delay() which i call more than once in my main programe, as shown void main(){ while(1){ P1 =...
  • More than one tcp connections
    so i was speaking to my friend Nevil from down the road at number 42 and hes told me that you can only have one connection each time. and i need to know if he is right. if he is i can make some code...