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
User Profile
Collapse
-
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... -
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... -
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... -
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'---------------->...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...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...Leave a comment:
-
adeebraza started a topic VB6 with Windows 95,98,2K, NT or XP with I/O Driver inpout32.dll For LPT-1in Visual BasicVB6 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 -
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...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... -
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... -
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...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 -
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... -
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 -
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...Leave a comment:
-
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...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... -
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
...
No activity results to display
Show More
Leave a comment: