Search:

Type: Posts; User: michelpc

Search: Search took 0.00 seconds.

  1. Thread: Struct's

    by michelpc
    Replies
    25
    Views
    2,434

    but upG is empty... I dont understand ...

    but upG is empty... I dont understand :confused:
  2. Thread: Struct's

    by michelpc
    Replies
    25
    Views
    2,434

    Thank u for your help, but that I exactly want is...

    Thank u for your help, but that I exactly want is this: imagine that I have a struct like

    struct estructure
    {
    unsigned control : 1; // one bit--> 0
    unsigned pedal : 2; // two bits--> 01...
  3. Thread: Struct's

    by michelpc
    Replies
    25
    Views
    2,434

    Hello, talking about structs, do u know how...

    Hello,

    talking about structs, do u know how can I make a casting from a struct to WORD? I mean I have a bit field like:

    struct estructure
    {
    unsigned control : 1;
    unsigned pedal : 2;...
  4. Replies
    5
    Views
    2,230

    yes, sorry if I didnt explain correctly, but Im...

    yes, sorry if I didnt explain correctly, but Im spanish :confused:

    I was asking if u know any library to program serial port, or parallel port.

    Thanks
  5. Replies
    5
    Views
    2,230

    Yes: The project is a digging machine...

    Yes:

    The project is a digging machine simulation. I have the cabine, with some buttons and one pedal, the 3D programming is made in C++, I just have to do the device communication program: need...
  6. Replies
    5
    Views
    2,230

    Machine Simulation

    Hello, Im trying to figure out how to program a serial port with events. I mean, I have a device with some buttons and one footpedal, and I want to use the serial port to transfer the data to a...
Results 1 to 6 of 6