Could someone please help me understand how this works...
Defined in a header file:
#define ETHCTRL (*(IORegExt8)(IOBASE + 0))
#define ETHWRITE (*(IORegExt8)(IOBASE + 1))
And in the program:
ETHCTRL = R_CR | R_NONE;
ETHWRITE = 0x00;
ETHCTRL = R_CR | (R_WR_OE & R_IOWR);
I know it sets...
Hi
Im trying to pass a String from a javascript function to an Applet.
I cant figure out why it does not work..
It looks like this:
Script:
document.theApplet.aFunction("some text");
and Applet:
public void aFunction(String text)
{
System.out.println("Applet: got...
Hi
Im working with the Zilog ez80 embedded webserver and have a problem.
The following is an extract from theez80 programmers reference manual:
-----------------------------------------------------------------------
The first parameter of the http_init function is http_defmethods, which is...
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.