I need help


Closed Thread
Results 1 to 6 of 6

Thread: I need help

Hybrid View

  1. #1
    Join Date
    Sep 2010
    Location
    Las Vegas, NV
    Posts
    305


    Did you find this post helpful? Yes | No

    Default Re: I need help

    Probably a stupid question but in the following lines temperature is broken into a lowbyte and highbyte. Assuming you've got temperature defined as a WORD, does PBP automatically meld these two bytes together to make a WORD? I thought you had to kinda build the word or specify which byte you want to use.

    OWIN DQ,0,[temperature.LOWBYTE,temperature.HIGHBYTE]
    temperature = temperature*/1600

    Hoping I'm not too far out in left field.

  2. #2
    Join Date
    Aug 2008
    Posts
    81


    Did you find this post helpful? Yes | No

    Default Re: I need help

    Hello thanks for the reply
    I made a modification to the program for USART 9600
    I made a correction in the temperature of the program now everything is normal functioning
    Thank you

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts