Hi,there:
I have a Windows box running Apache web server,cgi script written by perl, and an embedded device (integrated with printer) running linux kernel 2.6,ant web browser,boa http server, right now the device access Apache server in Windows box,is it possible call an executable in the...
Hi,guys:
There is embedded computers based on the Intel PXA-255 CPU, has 32M(can expand to 64M) RAM, runs an embedded version of GNU/Linux, the kernel is based on the open source kernel v2.6 with patches from ARM Linux, there is SDK toolchain provide a pre-bulit compiler,linker and libraries...
Hi,everyone:
This slip of code print out a image(bmp/jpg format) by
sending image data to printer directly. I can't understand well about "send surface" section, could someone give me some clue?
Thanks and Merry Christmas!
------------------
void PrintSurface (int hDevice, SDL_Surface...
#!/bin/sh
# time between each screen
refresh_timeout=5
# location of screens
home_dir=screens
# temp runtime file for tracking current screen
cntfile=/var/cnt
# if no cntfile (e.g. when starting) default to #1
if [ -f $cntfile ]; then
cnt=`cat $cntfile`
else
cnt=1
fi
# wrap when we run...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.