Hello
I am using an electronic unit which communicate with computer using COM Ports.
Total Data in COM Ports are :1. Quantity 2. Rate
How can i get data into VB6 using MSComm, i want both Rate & Quantity seperately?
Thanks
Ladak
Printable View
Hello
I am using an electronic unit which communicate with computer using COM Ports.
Total Data in COM Ports are :1. Quantity 2. Rate
How can i get data into VB6 using MSComm, i want both Rate & Quantity seperately?
Thanks
Ladak
Thread moved from the 'CodeBank VB6' forum (which is for you to post working code examples, not questions) to the 'VB6' forum
We need to know some pertinent information like..
What is the device?
Does the device require a received command prior to it responding?
What does this this device transmit and receive, ASCII or Binary data?
Can I aks here. I would like to find a way to get data from USB port.
I imagine something like this :
If I have some electric device (like device for messuring voltage) which is giving binary numbers. Can I cut some USB cable, attach it to USB port and make some code for counting that. Is that possible ?
You cannot use USB, unless you have a USB device designed to do what you want. There is no way to modify a USB cable to do anything useful. I suggest that you take a look at my PC Data Acquisition pages to see what you need. I have examples for serial and USB devices (and others). USB and serial are not the same thing, though some USB devices use virtual serial ports, thus act like conventional serial port devices. My homepage is www.hardandsoftware.net.
Dick