Page 1 of 1

How to send an image to the serial port?

Posted: Wed Nov 09, 2011 4:15 pm
by zhangxiao1986ren
Hi,
I want to program with my GTT GTT480272-usb using C#.

1) I want to send an image to the display ? How can I do that, are there any sample codes for me ?

2) How can I show two sentences in different lines in the display?

Thank you!

Posted: Thu Nov 10, 2011 10:31 am
by Clark
Hello ZhangXiao,

To send an image to the display, you'll first save it on the display memory card, you can do this by putting the unit in mass storage mode and transferring your image (make a note of the file name). Next you'll out the unit back into regular communication mode and load the bitmap into a buffer. Finally, you'll display the contents loaded into that buffer to the screen.

You can find all required commands in the manual, and might consider using our simple GUI tool to get a feel for the unit before beginning your C# development.

Thanks,
~Troy