Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by ptte

  1. P

    multiple adc programming

    Thanks for ur reply putsUSBUSART("abcde") will not display anything in the hyperterminal only putrsUSBUSART function will display the string.... Correct me if am wrong... Thanks,
  2. P

    multiple adc programming

    Hi... I Am trying a Program to read first four channels of PIC18F4550.I am reading the four channels one by one and than storing adc values in an array to display the values in Hyperterminal... The problem is am not able to display array values properly in the Hyperterminal Here am attaching...
  3. P

    Reading specified channels of PIC18f4550 ADC

    Hi... currently am working with PIC18F4550 4 Analog Inputs.(RA0,RA1,RA2,RA3) am able to read Analog values of each channels individually... now am trying to read the channels with start number of channels and end number of channels(eg: if i give 0 and 2 means channels 0 & 1 values should...
  4. P

    Help me out for interfacing pic18f4550 and mcp3208

    spi interface HI,,, Am interfacing ADC mcp3208 and PIC18F4550 for 8 analog inputs...as am new to this now am trying only for channel0.... if read the channel for 5v means 255 is getting displayed if no input means 255 0 255 like alternatively getting displayed... can anyone help me out...
  5. P

    eight analog input working with pic18f4550

    eight analog input MCC18 only am using... if pin0 and pin1 are 1 means it should read analog value...
  6. P

    eight analog input working with pic18f4550

    Re: eight analog input for(j=0; j<=1; j++){ if(TRISAbits.TRISA0==1) ReadPOT(); temp = ReadADC(); itoa(temp/2,adc_buffer1); putsUSBUSART(adc_buffer1); if(TRISAbits.TRISA1==1) ReadPOT(); temp = ReadADC(); itoa(temp/2,adc_buffer2); putsUSBUSART(adc_buffer2); } } this is for two channels
  7. P

    eight analog input working with pic18f4550

    eight analog input Hi,,, am working with pic18f4550 to read eight analog inputs parallely from(AN0-AN7) i tried some code but did't get read all eight pins... can anyone help me with similar kind of code or any examples... thanks,

Part and Inventory Search

Back
Top