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 mpardinho

  1. M

    how to find high speed usb or full speed usb using vb6 ?

    do you use 18f**? 11520kbps - full speedy
  2. M

    PC interface using VB

    trey this code Serial and Paralell Option Strict On ' Define a CommException class that inherits from the ApplicationException class. ' Then throw an object of type CommException when you receive an error message. Class CommException Inherits ApplicationException Sub New(ByVal Reason As...
  3. M

    Help me change VB program code

    Re: need help with VB use usb.......pc and notebook have use 18F2550/18F4550 and pic basic or mikrobasic is easy and fast
  4. M

    Using Visual Basic to on/off the mcu GPIO

    i use vb6, you need send one or more caracters to mcu(pic/atmel)? example: click button1 send X click button2 send Y if do you have i post code?
  5. M

    How to save data from hyper terminal to text file?

    Re: Data logger in delphi is possible read /write com port and save in txt do you want code example?
  6. M

    PIC18fxxx programmer help

    I need too, I use uJdm, but not work with 18fxxx series.
  7. M

    Solution to syntax errors in code

    i use this code but then i compile occurs some errors i help me with erros DataPin equ 0x06 ;PIC Pin ClockPin equ 0x07 ;PIC Pin Char equ 0x35 ;buffer BitCounter equ 0x36 ;number of bits to read GetScanCode bsf STATUS, RP0 ;select bank 1 bsf TRISB, DataPin ;set pins as input...
  8. M

    keyboard and pic 16f628

    keyboard manual: (by pulling the "Clock" line low), so no other scan codes will be received until the input buffer is emptied. i need do: if key>null then lowbuffer anyone canb help me? many tanks
  9. M

    How to provide power to keyboard and logger without computer

    hardware logger Does a k/b need to initialized or something when its plugged in? This is what I have... +5V Power (**broken link removed**) ----> +5V connected to PIN4 / GRND connected to PIN3 of male PS2 (https://www.networktechinc.com/ps2-prots.html) connector... then PS2 hardware key...
  10. M

    Help me make a small keypad for mobile

    Re: make of keypad try this hxxp://www.mikerj.clara.net/keypad.html hxxp://www.giobe2000.it/HW/Parallela/IMG/Prog01_1.gif

Part and Inventory Search

Back
Top