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 tinumanikuttan

  1. tinumanikuttan

    [PIC] convert int to ASCII and send it to UART for PIC

    I am trying to transmit an integer by converting it to ascii. I am getting no output when I send it. can someone tell me where i am wrong.? My code : void main() { inUART(); int n = 123; char a[10]; inttostring(a,n); senddata(a); } void inttostring(char a[],int num) { int...

Part and Inventory Search

Back
Top