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 msvklr

  1. M

    UART getChar function

    One more thing. I want to store received data in one variable, and later compare it to the value of other variable. I added some code but I don't think it's correct.. The tricky thing is that I'm receiving data from my bluetooth module(WT12). I have an aplication for my phone where I enter the...
  2. M

    UART getChar function

    Thank you very much, it was really helpful!
  3. M

    UART getChar function

    Hi Could anyone describe the Uart0GetChar function, line by line? I really don't get it.. What are tU8 and tU32 types? while(1) { static tU32 rxCharCnt = 0; tU8 rxChar; //check if any character has been received if (uart0GetChar(&rxChar) == TRUE) {...
  4. M

    How to connect LPC2138 with WT 11 bluetooth module?

    Hi! I'm having a problem with connecting these two devices. So far I know I have to connect it through UART but I don't have a clue how. What sort of cable should I use? I looked through documentation of both devices, and I found UART0 and UART1 in my LPC and don't know the difference. The only...

Part and Inventory Search

Back
Top