About 21,100,000 results
Open links in new tab
  1. COBOL Data types - Stack Overflow

    May 1, 2013 · COBOL really only has two data types: Numbers and strings. The layout of each field in a COBOL record is precisely specified by a PICTURE (usually abbreviated PIC) clause. …

  2. pic - Random Seed in PIC18F - Stack Overflow

    May 17, 2014 · You can store an integer value in EEPROM. When the device boots, you use it as a seed and then increment and store it again so that at every reboot you will have a different …

  3. Interpreting COMP-3 Packed Decimal Fields into numeric values

    Jul 9, 2009 · Here we go: PIC is "picture" S9(15) means a 15 digit numeric signed field: S for sign, 9 is numeric, (15) is length. V is the decimal position 9(3) is a three digit numeric and COMP-3 …

  4. pic - PIC18F25K80 Sleep Mode - Stack Overflow

    Dec 26, 2024 · I agree that this is the most appropriate solution, thanks for the comment! Then I'll continue using a 16Mhz external XTAL as a primary system clock and add 32kHz XTAL as a …

  5. pic - I do not know if I am initializing ADC correctly for PIC24F ...

    Mar 9, 2021 · I am using a Microchip Pic24f board to receive 3 analog inputs from a accelerometer. I am getting a signal for AN0 but for AN1 and AN2 there is a signal but the …

  6. pic - Data compression for microcontroller - Stack Overflow

    2 I am doing a project with a PIC microcontroller. I have an ADC sampling and saving data to a RAM memory, once the RAM is filled I need to send it via Bluetooth with a PIC microcontroller. …

  7. pic - how to optimize this code using c and pic16f84a? - Stack …

    May 22, 2012 · If that PIC has both PORT & LAT, it's important to know the difference, so I suggest you do some research if you're not sure which to use. Then do the shifting & masking …

  8. pic - dsPIC33 updating PWM duty and frequency - Stack Overflow

    I solved this problem by disabling PWM (by clearing PTEN bit) before I update duty cycle and frequency for both PWM channels, then enabling it immediately afterwards. The result is that …

  9. pic - Pickit 3 Connection Failed - Stack Overflow

    Jun 5, 2017 · Does the PIC have power? Did you follow the getting started chapter for connecting the PIC properly? Including decoupling capacitors etc? Is the powerline into the pic clean? Did …

  10. What does compiling WITH_PIC (-DWITH_PIC, --with-pic) actually …

    When compiling binaries from source, what are the real-world differences between generating PIC objects or not? At what point down the road would someone say, "I should have …

Refresh