How to get & send data to USB
-
hi can anyone tell me how can i get & send data to a USB port from a VC++ application thank you Vikas Amin Embin Technology Bombay vikas.amin@embin.com
-
hi can anyone tell me how can i get & send data to a USB port from a VC++ application thank you Vikas Amin Embin Technology Bombay vikas.amin@embin.com
I use a USB port as serial port and handle it just like a serial port. Of course I have a USB to serial peice of hardware on the port. The point is the port can emulate almost anything. If you want to use the port as one of the standard ports (serial, parallel) then you just get such a device. If you want to create you own device (you can) then you have a lot more work. There is a web site that is totally dedicated to USB programming for the making of all kinds of hardware devices. Try www.Lvr.com Brian
-
hi can anyone tell me how can i get & send data to a USB port from a VC++ application thank you Vikas Amin Embin Technology Bombay vikas.amin@embin.com
-
I use a USB port as serial port and handle it just like a serial port. Of course I have a USB to serial peice of hardware on the port. The point is the port can emulate almost anything. If you want to use the port as one of the standard ports (serial, parallel) then you just get such a device. If you want to create you own device (you can) then you have a lot more work. There is a web site that is totally dedicated to USB programming for the making of all kinds of hardware devices. Try www.Lvr.com Brian
that is a good site :cool::cool: Vikas Amin Embin Technology Bombay vikas.amin@embin.com