Thread: Reading image data from COM7 port

  1. #1
    Registered User
    Join Date
    Sep 2011
    Location
    Hong Kong
    Posts
    18

    Reading image data from COM7 port

    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.

    Thanks!

  2. #2
    Registered User
    Join Date
    Dec 2011
    Posts
    795
    Why are you asking Java questions on a C board? o_O

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. to receive image file through network port
    By nadeem athani in forum Networking/Device Communication
    Replies: 1
    Last Post: 03-03-2011, 08:50 PM
  2. Send image (.jpg) file over serial port
    By aSpareName in forum Networking/Device Communication
    Replies: 2
    Last Post: 06-30-2009, 09:35 AM
  3. Data structure for storing serial port data in firmware
    By james457 in forum C Programming
    Replies: 4
    Last Post: 06-15-2009, 09:28 AM
  4. accessing my com port, writing and reading data
    By shoobsie in forum C Programming
    Replies: 7
    Last Post: 09-16-2005, 03:29 PM
  5. my serial port data reading program isn't working
    By gnychis in forum C Programming
    Replies: 5
    Last Post: 06-02-2005, 08:40 AM