Adam

Adam

  • NA
  • 2
  • 0

streaming image data

Aug 26 2009 8:16 PM
I am trying load Bitmap Image Data into an array and stream it to a Wireless Device Server (Lantronix Matchport b/g). The serial port on the server will be connected to a microcontroller(SAM9261) which will receive the raw image data, load it into the memory buffer and display it using the LCD controller.

A foreseeable problem will be that the User interface is written in C sharp, while the microprocessor code will be written in C.

Any advice or direction to solve this problem would be much appreciated...Thanks.