I have a machine (instrument) that can read hexadecimal numbers separately from 8 pins in Serial Port or Printer.
I want to send hexadecimal data from a C Program running on a computer into this machine. The computer and machine are connected via the printer port.
Please let me know how can I send my data from each pin separately.
Thanks in Advance.