Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: Demon; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    6,812

    Re: 10bit ADC thorugh EASY HID (pic 18f2550)

    I would start by doubling REPORT SIZE only.

    I would use a word for ADCIN, then move high and low nibble into 2 array elements individually (ie: high nibble to USBBuffer[0] and low nibble to...
  2. Replies
    3
    Views
    6,812

    Re: 10bit ADC thorugh EASY HID (pic 18f2550)

    USB descriptor doesn't care about bits, it deals in bytes.

    10 bits will take 2 bytes from PBP (word). You can move high and low bytes individually from word into 2 bytes in descriptor.

    Look...
Results 1 to 2 of 2