Search:

Type: Posts; User: coo_pal

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,634

    pointers and structures

    if i have a structure like this

    Typedef struct CodeNo_Values
    {
    DataType WeighingUnit;
    DataType FinalWeight;
    DataType FreeFall;
    DataType PreliminaryWeight;
    DataType UnderWeight;...
  2. Thread: hex dump

    by coo_pal
    Replies
    2
    Views
    2,211

    Still haven't found any tool , after searching...

    Still haven't found any tool , after searching net.......anybody having any tool could you plz mail me any link or site??


    luv always
    pal
  3. Thread: hex dump

    by coo_pal
    Replies
    2
    Views
    2,211

    hex dump

    HI Guys,

    I have the HEX dump of the data collected over com port,
    i need to analyse and break the protocol, could anybody suggest some tools on net , i checked it with HEX editor but it was not...
  4. Replies
    2
    Views
    1,105

    waltP

    Hi,
    Yeah by Static i mean the information is not changed only State is changed .

    The file does not exist i just need to write the static info(S.no TAG DEscription) if the state(0 or 1) is...
  5. Replies
    2
    Views
    1,105

    File operations

    hi ,
    the enteries i need to make in the Text file are

    S.No Tagname(7char) Description(14char) State

    1. FCLT01 THis is blah blah.
    .
    ....
  6. Replies
    1
    Views
    939

    file handling/comparing.

    hi All!

    i need to do the follwoing i will create a thread
    which will contineously read data from serial port and
    will dump it in a file. Second thread will contineously read this data
    and...
  7. Replies
    3
    Views
    2,735

    Knutsu could you please tell me where i can get...

    Knutsu could you please tell me where i can get help on net?
    basically where to get started?

    thanks
    pal
  8. Replies
    3
    Views
    2,735

    multithread programming in C

    hi,
    can anybody give me any help/tutorial links on multithread programming in C(ANSI) under windows ?

    thanks in advance.
    pal
  9. Replies
    11
    Views
    2,811

    Its a bit Flag e.g. bit Flag ;...

    Its a bit Flag

    e.g.

    bit Flag ; /* only one bit :-) */


    i got the problem solved, it was multiple interrupt handling only.

    anyways thanks
  10. Replies
    11
    Views
    2,811

    Hi Guys! I checked about the...

    Hi Guys!
    I checked about the ISR(hardware interrupt i.e. external) problem, basically one can use malloc() in ISR only if he is very sure how exactly memory is allocated by Malloc()...
  11. Replies
    11
    Views
    2,811

    penney,Dave_Sinkula

    Dave_Sinkula -->You are surely wrong in saying that neither is required.
    Everything i.e. Your C Program and OS reside in memory so memory need to used in a certain manner so it is arranged in a...
  12. Replies
    11
    Views
    2,811

    GhOsT_DeStRoYeR for your info.

    Hi GhOsT_DeStRoYeR!
    What i wanted to know was in terms of stack and heap.

    For your knowledge Global variables can be static and its not a "self defeating purpose" as mentioned by you, in...
  13. Replies
    11
    Views
    2,811

    memory allocation!

    Hi All,
    Could somebody tell me
    1.) where memory is allocated for Global/static Global -->
    2.) where memory is allocated for Local/static Local -->
    3.) where memory is allocated for...
  14. Thread: calculation

    by coo_pal
    Replies
    2
    Views
    1,372

    calculation

    hi guys!

    1.) Could somebody tell me how to calculate below mentioned formula in terms of T

    R = 10K Exp(3435( (1/(273+T) ) - 1/298)

    2.) I read A/D data from a port i get the data
    ...
  15. Thread: Nesting

    by coo_pal
    Replies
    1
    Views
    1,438

    Nesting

    Hi All,

    switch(i)
    {
    case 0: statement;
    break;
    case 1: statement;
    ...
  16. Replies
    2
    Views
    5,191

    switch(hexvalue???)

    Dear all,

    can i use hex value with switch() statement??
    eg:-

    variable1; // 2 byte hexvalue

    switch(variable1)
    {
    case 0x0000:
  17. Replies
    2
    Views
    1,064

    C structure help required

    U8 --- 1 byte
    s16---2 byte

    typedef struct
    {
    U8 DL ;
    U8 IN ;
    U8/S16 Data ; /* Data*/
    }Appl;
Results 1 to 17 of 18