• Welcome to Forum.Deepsoftware.Com. Please login or sign up.
 
May 01, 2024, 06:25:40 pm

News:

SMF - Just Installed!


USB

Started by lapni, May 09, 2013, 03:43:32 am

Previous topic - Next topic

lapni

Hi, I need have a delphi application which works fine with parallel port printer using TASCII Printer( which is a third party component). I need to upgrade my application which will use a USB port printer. Can any one guide me on how to proceed with this

Roman Novgorodov

Hello

If your USB printer is visible as virtual serial port (COM9 ... COM128), you can use TnrComm component. It is more suitable way, because using USB connection directly needs driver installations.
If your printer is visible as usb HID device, please take a look HidDemo\hiddemo.dpr demo.
If you still want use USB port, you can try \USBIODemo\usbiodemo.dpr sample project. But you should well know the details about your usb printer pipes implementation.

Roman Novgorodov
DeepSoftware llc
DeepSoftware llc - The professional components for Delphi/CBuilder/.NET. The high quality custom software development.
Forums.nrCommLib.Com - DeepSoftware Tech Support Forum.