0

Is it possible to read data from Parallel port?

I am sending data to Parallel port and read whatever data I am sending to that port, how can I do it by using java?

honey1
  • 75
  • 1
  • 14

1 Answers1

0

You can do it using Java Communications API.

You will find usefull links here

Community
  • 1
  • 1
fhofmann
  • 847
  • 7
  • 15