Search:

Type: Posts; User: emverhov

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,190

    PROBLEM SOLVED!!!!!! Heres a brief...

    PROBLEM SOLVED!!!!!!

    Heres a brief explination of the fix.

    I did away with the structure I was trying to pass and instead just made all the
    variables available from the main.c file...
  2. Replies
    1
    Views
    1,413

    Passing Struct through Array

    I am trying to pass a struct through an array to another array from one microprocessor to another microprocessor and then dereference that array to update the same exact struct on the other...
  3. Replies
    7
    Views
    1,190

    I have been able to get he first byte of the...

    I have been able to get he first byte of the struct to pass in the array. The issue I am having now is that I need to pass the entire struct at once, without a break in between bytes of data. I need...
  4. Replies
    7
    Views
    1,190

    I undserstand what you mean. I will give this a...

    I undserstand what you mean. I will give this a try. I would like to have the entire struct loaded into the array before I pass the array, maybe Ill throw it in a for loop.



    Im working with...
  5. Replies
    7
    Views
    1,190

    [QUOTE=emverhov;1156054]Hello, I am using...

    [QUOTE=emverhov;1156054]Hello, I am using pointers to a struct that I would like to pass the contents of to an array but derefencing pointers has always been a bit confusing and I need a little help...
  6. Replies
    7
    Views
    1,190

    Help With Pointers to Structs

    Hello, I am using pointers to a struct that I would like to pass the contents of to an array but derefencing pointers has always been a bit confusing and I need a little help as to why my...
Results 1 to 6 of 6