User Profile

Collapse

Profile Sidebar

Collapse
adeebraza
adeebraza
Last Activity: Mar 25 '13, 01:20 AM
Joined: Nov 9 '06
Location: India
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How to make USB GPIO using microprocessor type PIC18F14K50

    Hi,
    I want to make my own USB GPIO using microprocessor type PIC18F14K50 for infacing & controlling machines with computer.Help me for developing bootloader & firmware HEX file for the same. For more details visit on following link.
    ::link removed per site policy::
    Thanks
    Adeeb Raza
    See more | Go to post
    Last edited by sicarie; Sep 17 '12, 01:13 AM. Reason: Link removed per site policy

  • adeebraza
    replied to LAN without a hard disk
    Hi
    LAN without a hard disk means a computer is running without storage device.
    As per IBM standard the following devices & parameters must be followed.
    A Personnel Computer means the following architect is a standard
    1. MICRO PROCESSORER (Min XT 8088) Other AT 286, 386, 486, Pant1, Pant2, Pant3, Pant4 Etc. from 4Mhz to 3.8 Ghz
    2. ROM (BIOS)
    3. RAM (Min 640 KB) Ext Memory 1GB
    4. PEREPHERIALS INPUT...
    See more | Go to post

    Leave a comment:


  • DATE & TIME LOAD TO THE FORM WITH RECORDING DATE & TIME EVENT

    Hi, Every Body
    Following is code for Showing Actual Date & Time on the form and also record
    Date & Time of an event. See the following and use Call Modified when you want to record an event in your program.

    [CODE=vb]Option Explicit
    Dim Dt, Tm

    ' Timer set interval=1000

    Private Sub Timer1_Timer()
    Label1.Caption = Date 'Real Date
    Label2.Caption = Time 'Real...
    See more | Go to post
    Last edited by Killer42; Nov 16 '07, 09:22 AM. Reason: Added CODE=vb tag

  • adeebraza
    started a topic Automatic Time Manager (ATM)

    Automatic Time Manager (ATM)

    Hi Every Body

    The following is the code for generation of 1/100 of a seconds Time and used Them for recording of a Race time for five Track on a ground.

    Option Explicit
    DIM, C,M,S

    Private Sub Form_Load()
    Timer2.Enabled = False
    End Sub
    '
    Private Sub Timer1_Timer()
    Label4.Caption = Format(Date, "dd.mm.yyyy ")
    Label5.Caption = Time
    End Sub...
    See more | Go to post

  • Hi,
    I am prividing you a simple method fro generation of 1/100 second time of a second with the help of timer and acounter as given in the following code.

    Private Sub Timer1_Timer() ------> Set timer at 10
    C = C + 1 '-------------------------------------> Counter for time generation of 10 m.s.
    Label1.Caption = C '------------------------> 1/100 Seconds
    If C = 100 Then S = S + 1'---------------->...
    See more | Go to post
    Last edited by Niheel; Mar 21 '12, 04:44 PM. Reason: removed dead link

    Leave a comment:


  • Hi
    In case of any problem with Windows Vista & Visual Basic You can also take help from Microsoft Assisted Support......
    Links are as under
    http://support.microsoft.com/oas/def...=3&gprid=3041&
    http://support.microsoft.com/oas/def...1&gprid=344272
    http://msdn2.microsoft.com/en-us/vstudio/aa948853.aspx
    Adeeb Raz...
    See more | Go to post

    Leave a comment:


  • Hi
    I have visual studio 2006 and visual basic 6.0 seems to work fine on my vista os
    May be your Vista installation or some drivers are missing. Reinstall Vista by
    Original Pack only. Thanks
    Adeeb...
    See more | Go to post

    Leave a comment:


  • VB6 with Windows 95,98,2K, NT or XP with I/O Driver inpout32.dll For LPT-1

    Dear Friends,
    Following is the program for I/O controlling with Visual Basic 6 and Operating Software any one of the Windows 95,98,2K, NT & XP with Driver npout32.dll File. It is very useful for controlling any electrical device through PC’s Parallel Port to Switch ON and OFF with an interface.
    Thanks
    Adeeb Raza
    See more | Go to post
    Last edited by willakawill; Mar 4 '07, 04:38 AM. Reason: please use code tags when posting code

  • Dear willakawill,
    I am on the job and hope the job will be done. I will also let you know the progress.
    Thanks
    Adeeb Raza...
    See more | Go to post

    Leave a comment:


  • Voltage Monitoring through PC,s LPT-1 Port with VB-6

    Dear Friends,

    Any body can help me.

    The following is my circuit diagram for Interfacing to a PC through LPT-1.
    Kindly click on the links and advice, if you want to modify or change any thing in it you are most welcome. My problem are:-

    1. How to write programmed in VB6 to read 8-bit digital input through LPT-1 port to display reading at VDU Screen as 999.

    2. How to convert 8-bit...
    See more | Go to post

  • Hardware Interface with PC's Using VB 6 & Windows XP

    Dear Friends,

    I have decided to make my project using PC’s parallel port with my hardware interface to monitor analog voltage at my VDU Screen in digital format max reading in 3 digits that is 999. I am using Microsoft Windows XP as Operating Software with Visual Basic 6.0 as programming software to display digital output on the computer screen.

    As we are all aware that LPT-1 port mounted on the backside of every...
    See more | Go to post

  • Hi
    File with the extention bin (as name.bin) known as a banary file. we can creat a binary file in foxpro, dbase, foxbase etc. Binary file is nothing but as hex formate file.
    Adeeb Raza...
    See more | Go to post

    Leave a comment:


  • Binary file to Text file convergen through VB6 Program

    Hi,
    Can any one help me by providing the VB6 programing details to convert a binary file in to text file. Thanks
    Adeeb Raza
    See more | Go to post

  • adeebraza
    started a topic Pc As A Controller With Vb6 Programming

    Pc As A Controller With Vb6 Programming

    Hi, Every Body
    I want to use PC as a controller for inputting & Outputting 8-Bit digital data for Read out At VDU and out put for controlling any device as per the set value given at VDU Screen. Any body can help to develop a VB6 program for the same proposes.
    Hints: - To convert PC LPT-1 Port in to an 8 Bit I/O system. Interfacing PC to Robotics/Machine for controlling different function according to input & output. If...
    See more | Go to post

  • 8 BIT Data Input with VB-6 For Digital Read Out From PC.

    Hi Every Body,
    I want to send 8 bit data of from an A to D digital instrument to PC for digital read out in three Digits. Any body can help to develop VB6 Program for inputting 8 bit digital data to PC through LPT port for readout at VDU.
    Thanks.
    Adeeb Raza
    See more | Go to post

  • adeebraza
    replied to download vb
    My Dear,
    You will not get full Visual Basic software as a free package from any web site.
    It is better to purchase licensed full Visual Basic software from any dealer of Microsoft.

    Adeeb Raza...
    See more | Go to post

    Leave a comment:


  • adeebraza
    replied to vb6 setup file
    My Dear, Salman1karim
    As you have finished your first project in vb6, MS Access 2003 and crystal reports 11 and you want to create setup file. You need Pdcmdln.EXE file to create setup program of VB6 for your project.
    First of all compile your VB6 Project & Make project EXE file then run the project EXE independently from the Icon. If your project is working perfectly Ok then make a setup file as given below.
    1. Collect...
    See more | Go to post

    Leave a comment:


  • Visual Basic 6 Package and Deployment Wizard for setup file

    My Dear, Salman1karim
    As you have finished your first project in vb6, MS Access 2003 and crystal reports 11 and you want to create setup file. You need Pdcmdln.EXE file to create setup program of VB6 for your project.
    First of all compile your VB6 Project & Make project EXE file then run the project EXE independently from the Icon. If your project is working perfectly Ok then make a setup file as given below.
    1. Collect...
    See more | Go to post

  • Computerize Temperature Controller Through LPT-1 Interface Using VB-6

    My Dear
    I want to control temperature of an oven through PC's parallel port LPT-1 and using VB-6.
    I have already developed an interface for inputting 8 Bit digital temperature to my PC through LPT-1.
    I need programming help in VB6 for the following points.
    1. How to input 8 bit data of analog to digital converter (IC N0. ICL-7135CN) to my PC through LPT-1 port to show the actual temperature of oven on PC Screen
    ...
    See more | Go to post
No activity results to display
Show More
Working...