Search:

Type: Posts; User: gMan

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,993

    oooh look another friendly forum....

    oooh look another friendly forum....
  2. Replies
    8
    Views
    1,993

    thanks :) but i have to do it in C not C++ :)...

    thanks :)

    but i have to do it in C not C++ :)

    Cheers,
    Kev
  3. Replies
    8
    Views
    1,993

    Windows console... clearscreen?

    Hi,

    I was wondering if there is a clear screen function when using InterDev to compile and run my C code ?

    im used to using an old borland compiler which had clrscr()

    anything resembling...
  4. Replies
    4
    Views
    1,974

    deviant

    thanks ill have a go at that :)

    I would have posted all the code but its near on 700 lines :(

    not sure it would have been apprecaited :)

    EDIT: Solved

    The problem came down to timing :/ ...
  5. Replies
    4
    Views
    1,974

    deviant

    sorry :)



    if ((cComChar = readcomm()) != 0) // is a char waiting to be read from port?
    {

    if (k <= 15)
    {
    rxpacket[k] = cComChar; // set first char to that...
  6. Replies
    4
    Views
    1,974

    simple serial send/receive problem >> Solved

    Hi,

    I’m making a simple network program that uses com1 to send/receive data,

    my packet structure is as follows
    0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
    { D S T <--data load-----------> cs }
    ...
  7. Thread: gettick();

    by gMan
    Replies
    4
    Views
    1,654

    Thanks alot :) found what I was looking for...

    Thanks alot :)

    found what I was looking for and it was GetTickCount();

    header files needed are

    <windows.h>
    <winbase.h>

    in case anyones interested :)
  8. Thread: gettick();

    by gMan
    Replies
    4
    Views
    1,654

    gettick();

    hi all,

    just a quickie, can anyone forward me to or lend us an example of
    gettick()?

    and what header file is it in?

    cheers,
    Kev
Results 1 to 8 of 8