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 cyb0rg777

  1. C

    FSK Demodulation using Sound Card

    fsk demodulation software There is Multimon ,a free open source program for ham radio.It decodes FSK from your sound card. **broken link removed** And there's Soundmodem ,not sure if it does FSK.Looks like Linux only though. **broken link removed**
  2. C

    Help me to use 16f628A for simulating a mouse

    Re: 16f628A mouse Here are 2 circuits that I can't find online anymore . Maybe they will help someone wanting to do this. I want to write my own code so I can add some to it . I will probably use the 16f628a. These use the 16f84
  3. C

    Help me to use 16f628A for simulating a mouse

    Re: 16f628A mouse O.K. I went back to the data sheet. Can someone help with my code? Here are my mouse functions so far. void init9() { //ports // baud rate txsta.sync=1;//synchrous mode rcsta.spen=1;//set clk and dt lines Serial Port ENable txsta.csrc=1;//master mode txsta.tx9=1;//select 9...
  4. C

    Help me to use 16f628A for simulating a mouse

    Re: 16f628A mouse Major trouble writing this code. Mikroc won't do the parity bit. A C library for doing this would be a blessing. Doing this in asm will drive me cracy(er). The link has some very neat code but it is not exactly what I had in mind. I want to use the ps/2 port . It may be...
  5. C

    Help me to use 16f628A for simulating a mouse

    Re: 16f628A mouse I forgot to thank you ,How rude of me. I have already got my program wrote in mikroc but I need to verify it. I could not use ps2send so I'm using usuart library. mikroc does not integrate well with mpasm the asm is missing portion,and it has line numbers .Here is the code I...
  6. C

    Help me to use 16f628A for simulating a mouse

    Re: 16f628A mouse Mikroc looks good but it's a demo version and I have no $$ . I think it will work for the 16f628a because the memory is not much over 2k. I have a lot of work for my little PIC . Do you know any free compiler with ps/2 libraries or another way to do this? Linux programs are...
  7. C

    Help me to use 16f628A for simulating a mouse

    Hello to everyone. I am trying to use a 16f628a to simulate a mouse. I know I need a synchronous serial signal for a ps/2 mouse. Can I use the built in usart on the 16f628A? If so how do I set it up. I am looking for code examples ,advice,or cooperation . Any advice is welcome ,thank you.

Part and Inventory Search

Back
Top