Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,272

    Clock for smart card

    I am trying to take advantage of picbasic Pro, and a smallpic to create an I2C to Smart Card interface. The point is keep it as simple aspossible and with the least amount of components as possible....
  2. Thread: HID device

    by aherrera
    Replies
    1
    Views
    5,857

    HID device

    I have PicBasic Pro 2.50c and I need to create a small HID device that receive an ASCII code via serial and convert it into a key stroke through the HID USB output. I have never done anything...
  3. Replies
    5
    Views
    3,671

    That sounds perfect, since the pulse could be a...

    That sounds perfect, since the pulse could be a short as 2 uS. I am using a PIC12F509 and if you could please give me an example for this one I will really apreciate it...
    By the way, what I need is...
  4. Replies
    5
    Views
    3,671

    A quick way...

    I am using the following code to detect when a pulse arrives at a pin:

    Wt:
    IF fin = 0 then Wt

    It works well, since the pulse is only a couple of micro seconds long and I am running at 4...
  5. Thread: 40 KHz burst

    by aherrera
    Replies
    4
    Views
    4,011

    Thank you both a million for your help, I had...

    Thank you both a million for your help, I had done it with ASM and ENDASM but not as elegant as Bruce did, I just coded the delay using NOPs and the the eight pulses hard coded.
  6. Thread: 40 KHz burst

    by aherrera
    Replies
    4
    Views
    4,011

    Thanks for your response, I did try, but...

    Thanks for your response, I did try, but something very odd happens, I changed it to an infinite loop to produce a frequency that I can measure:

    Loop:
    Toggle PulsePin
    @NOP
    @NOP
    @NOP
    @NOP...
  7. Thread: 40 KHz burst

    by aherrera
    Replies
    4
    Views
    4,011

    40 KHz burst

    Is there a simple way to generate a square wave (short burst 8 pulses) at 40 KHz using a PIC12F509 and PicBasic Pro?
  8. Replies
    9
    Views
    5,971

    I want to thank everybody for their great help. I...

    I want to thank everybody for their great help. I think I have enough to get me going here...
  9. Replies
    9
    Views
    5,971

    Thank you for your help, so, you think is over...

    Thank you for your help, so, you think is over rated, I see you are de-bouncing by pausing, but this will cause the software to repeat the press if someone holds the button pressed, the button...
  10. Replies
    9
    Views
    5,971

    I am not checking every pin; I am using the...

    I am not checking every pin; I am using the button command so I can de-bounce the switches.
  11. Replies
    9
    Views
    5,971

    Button command question

    I am using the 5 button commands to handle 5 push buttons in my application. No auto repeat is used, just a simple if pressed… then do… My software checks on each button in order or importance, and...
  12. Replies
    3
    Views
    3,906

    Thanks

    Thanks a million for the quick response...
  13. Replies
    3
    Views
    3,906

    PIC16F886 Register Settings

    I am working in a fairly complicated PicBasic Pro project that includes a flash memory, real time clock, 4 line LCD, 5 push buttons and serial communication with a PC. I started the project with a...
Results 1 to 13 of 13