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 polarsnake

  1. P

    How to use the Tx and Rx pins on PIC18F4553

    I've tried compiling it and the build has succeeded but when I tried to read the values through a hyperterminal, I am not able to get the results (It does not even run). And the use of an MCP2200 is to make USB interfacing less of a hassle for me.
  2. P

    How to use the Tx and Rx pins on PIC18F4553

    This is my code, does this make any sense to u all? Sorry if it does not cuz I'm really a newbie with adc and serial transmission. #include <p18f4553.h> #include <delays.h> #include <adc.h> #include <stdlib.h> int result1, result2; int convertpin1(void); int convertpin2(void); void main() {...
  3. P

    How to use the Tx and Rx pins on PIC18F4553

    Erm.. didnt quite understand that. I'm using C18 compiler.
  4. P

    How to use the Tx and Rx pins on PIC18F4553

    I have already done an analog to digital conversion on my PIC18f4553, and now I will have to transmit the digital signals over to MCP2200. Does anybody have any idea how do I write the coding for transmitting signals out through the Tx pin?
  5. P

    Controlling cursor using PIC18F4553 via USB

    Umm the problem now is that I have to use eog signals to induce cursor movement. I'm not supposed to use any other methods
  6. P

    Controlling cursor using PIC18F4553 via USB

    Hi everybody! I'm doing a project now that uses EOG signals (signals picked up by electrodes on the eyes) to control mouse cursor. So basically what it does is that the user will use his/her eyes to move the cursor and navigate the PC. I'm using PIC18F4553 and it is to be interfaced with a PC...

Part and Inventory Search

Back
Top