Hi Guys
I am a newbie to C#. I have a camera that sends me jpeg data in 500byte packets via the serial port. The encoding and compression is already done on the camera. The data is pure compressed jpeg. I simply want to receive this data via serial port and display the picture in a picture box. Receiving the data is not the problem as I understand the serial port class. Its how to display the data that I have no clue about. I would appreciate the simplest manner posssible plz
Thank you
I am a newbie to C#. I have a camera that sends me jpeg data in 500byte packets via the serial port. The encoding and compression is already done on the camera. The data is pure compressed jpeg. I simply want to receive this data via serial port and display the picture in a picture box. Receiving the data is not the problem as I understand the serial port class. Its how to display the data that I have no clue about. I would appreciate the simplest manner posssible plz
Thank you
Comment