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.

How do I get input from usb or serial port in visual basic?

Status
Not open for further replies.

VIRAL BHUTTA

Newbie level 2
Joined
Sep 15, 2004
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
22
VB

How do I get input from usb or serial port in visual basic?Also tell me how do I create database in vb

moved here by davorin
Reason: Really nothing to do with "software requests" !!!
Post in right section next time!!
 

Re: VB

for serial port:
check this link
*ww.southwest.com.au/~jfuller/vb/vbout.htm
 

VB

how i can make a invisible form visible from the child form in Visual Basic
what is the script used for the same.

binu G
 

VB

For serial port, you can use mscomm object
For database purpose, you can use adodc object

Both of this object can be imported from VB and use it directly without any charge. They are quite simple to learn to implement your first program.
 

Re: VB

Try this example for serial port interface and you You can't create DB in VB you must use application like MS Access, Oracle , ect.. for create DB and you can interconnect it VB interface using adodc or data control ect...
If u want any clarification please reply.I think, I can help you.
Thanks & Regards,
Ishara.
 

VB

how is the speed?
 

Re: VB

VIRAL BHUTTA said:
How do I get input from usb or serial port in visual basic?Also tell me how do I create database in vb

moved here by davorin
Reason: Really nothing to do with "software requests" !!!
Post in right section next time!!

It is very fast to develop the serial comm in VB compared to C language.
You can visit www.geocities.com/bagtool/vb_lesson9.html and for USB interfacing, you have to get an USB supported microcontroller like PICXXXX. It will make life easier.

Anyone know how to read MS ACCESS file from modem ? Thks.

Heino
 

Re: VB

For VB, you could use MSCOMM32 to access the RS-232
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top