Search:

Type: Posts; User: gaza2k1

Search: Search took 0.01 seconds.

  1. Replies
    34
    Views
    40,575

    ok guys time to put this one to bed, I have found...

    ok guys time to put this one to bed, I have found a 'workaround ' not a solution.
    After playing with excel i have split the file into two seperate text files one for each column.
    Read them in...
  2. Replies
    34
    Views
    40,575

    Ok, The good news is i have compiled and ran the...

    Ok, The good news is i have compiled and ran the code on Microsft visual express edition and it works fine. The bad news is that i need to use this code within the 'metrowerks codewarrior for arm...
  3. Replies
    34
    Views
    40,575

    ok im wondering if its jst my compiler now, as...

    ok im wondering if its jst my compiler now, as this is part of a larger system i have got to use metrowerks codewarrior. I wonder if their is an issue with that. thanks all for your help. i will post...
  4. Replies
    34
    Views
    40,575

    the very first thing int he file is a '3' no...

    the very first thing int he file is a '3' no spaces before or anything. so it should be a valid hex character?
  5. Replies
    34
    Views
    40,575

    hi, tabstop and prelude, have tried your...

    hi,

    tabstop and prelude, have tried your method. unfortunately the answer is NO each time, :(

    thanks for the replies everyone :)
  6. Replies
    34
    Views
    40,575

    It is 2014 values i need to read, had been...

    It is 2014 values i need to read, had been playing with a different file hecne the typo in the code sorry.

    The file is of the following format:-



    3A 1
    2A 4
    28 0
    29 0
  7. Replies
    34
    Views
    40,575

    Hi, thanks for quick reply. have removed the 0...

    Hi, thanks for quick reply.

    have removed the 0 from %0x, aslo have changed the location of i++; but still getting erounus output.



    settings file found
    total number of values read 2014...
  8. Replies
    34
    Views
    40,575

    reading in a text file containing hex values

    hi all, thankyou once agian for your help the other day, but once agian i have been banging my head against a brick wall and need to call on your wisdom.

    I have a text file containing hex values...
  9. Replies
    13
    Views
    6,820

    thankyou all!!!! my problems are solved. well...

    thankyou all!!!! my problems are solved. well code realted ones anyhow lol.

    Your help is greatly appreciated

    Gaz
  10. Replies
    13
    Views
    6,820

    Elysia i have jst read the article you link to...

    Elysia i have jst read the article you link to and now understand why u say this. I will chance my methods. thanks :)

    Any idea over the beeping though?

    cheers
  11. Replies
    13
    Views
    6,820

    update, i ahev got the code working :) however...

    update, i ahev got the code working :)

    however my PC internal speaker has decided to join in the fun!!! and beeps each time it reads a value!? any ideas?



    #include <stdio.h>
  12. Replies
    13
    Views
    6,820

    Hi all, thanks for the replies The code i...

    Hi all, thanks for the replies

    The code i have been trying is as a single test project below:-



    #include <stdio.h>

    int main()
  13. Replies
    13
    Views
    6,820

    opening an MP3 file for bit access

    Hi all,

    I need to open a file of extension .mp3 in C. This file needs to give me access to it 8 bits at a time so i can send then down a physical connection. (part of an external system). However...
  14. Ok, ive looked into that and it looks like a...

    Ok, ive looked into that and it looks like a feasable solution but i would like to do it the following way if possible (again need help please)

    I want to make a new function called



    void...
  15. thankyou, i shall try that now;

    thankyou, i shall try that now;
  16. Writing a Variable as a string input to a function

    Hi

    I am currently trying to write c++ for the arm 7t using Metrowerks Codewarrior.

    The issue im having is that the function to enable me to write via a COM port
    connected to the arm7t only...
Results 1 to 16 of 16