Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: faaktoo; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    4,977

    OK. Here I am come!

    Man. You are the best! I tried with 16F870 and works perfect.
    Now I must write the counters data on internal eprom and send via RS485 to "master" computer on Request. I think I'll be able to in...
  2. Replies
    10
    Views
    4,977

    How to read 4 el.mech.counters?

    Hello !!!
    I need help. I want to make a interface that will read impulses from 4 electro mechanical counters at once. The counters operate at different speeds and duration. I have solution for 2...
  3. Replies
    17
    Views
    15,085

    Hello dear members!!!

    I find the where is my firs problem. In KBDDESC.ASM. This file is designed one way only. I put one more endpoint and my DOUSBIN it start to work (finaly).

    I'm sory for my English and thank you...
  4. Replies
    17
    Views
    15,085

    I dont understand

    How many bytes USB keyboard receives? When? Where is LED's data stored?
  5. Replies
    17
    Views
    15,085

    Somthing like this?

    Dousbin:
    USBBufferCount = USBBufferSizeRX ' RX buffer size
    USBService ' keep connection alive
    USBIn 1, USBBuffer, USBBufferCount, Dousbin ...
  6. Replies
    17
    Views
    15,085

    Somthing like this?

    Dousbin:
    USBBufferCount = USBBufferSizeRX ' RX buffer size
    USBService ' keep connection alive
    USBIn 1, USBBuffer, USBBufferCount, Dousbin ...
  7. Replies
    17
    Views
    15,085

    Ok

    This is code for keyboard emulation(some keys) and kbddecs. It's work fine(sending ).
  8. Replies
    17
    Views
    15,085

    You are very clever, ha ha!

    I'm not born with intelect. We all need to learn to bee smart.
    I think that forum member it here to help me and others to become a beter in programing PIC. Ok, i don't need this job, i'm stupid, i...
  9. Replies
    17
    Views
    15,085

    USB Keyboard input don't work!!! Please Help

    I send the charters to computer but how to recieve from computer aplication command turn the CAPS LOCK on or off.
    It's possible that i don't have good KBDdesc.asm?
    Please, please, HELP. I't urgent!...
  10. I still don't got it

    I'm confused. If anyone knows and got a example of code...
  11. How to receive caps lock or num lock from computer

    I finished the USB keyboard project but in "one way". I send the letters to computer. Now i want to USB keyboard receive command from computer, like num lock, scroll lock and caps lock.

    Please...
  12. Thank you !!!

    I'm resolved my problem and finished my project (with your help).
    Thank you, once again!!!
  13. USB Keyboard how to make shift,ctrl,win,alt keypress,?

    I am attempting to implement a usb keyboard. This is a sample of project and it work. I send the letter "a" (small).
    My question is how to send big letter "A" with shift press?


    DEFINE OSC 48...
Results 1 to 13 of 13