I need to capture data from a parallel port of an equipment in PDF and TEXT formats simultaneously.
I have procured a parallel to usb converter which provides a virtual com port driver on a PC. I have tested that the data can be captured from the said parallel port and saved on the PC with Data Logger Suite.
My question is can I convert the same data stream to PDF as well as binary simultaneously?
Can I do the same with a USB port(USB printer data)?
These files need to be saved to different folders. I wish to make a database of these files/filenames. The files would be available to users thru a webserver. That is one specific url will offer a list of the saved files and the user can choose any from it and the copy or email or print it.
Thanks