I am doing a project in which I have to display the image captured from a camera chip on to the PC.
The image data is being sent through the COM7 port to the computer. (I have checked it using a dumb terminal program). Basically what I want to do is to develop a Java program that will read the COM port, get the image data, process it and display it on the screen.
What I want to know is how to read this image data from COM7 port in my Java program.