Page 3 of 4
Re: Ethernet for PCjr {WizNet}
Posted: Mon Mar 06, 2017 10:19 am
by Brutman
Because WiFi is a bit more complicated than wired Ethernet. Getting all of the code to properly associate with access points does not look trivial. And attaching to a secured network with WPA is far more onerous.
Re: Ethernet for PCjr {WizNet}
Posted: Mon Feb 11, 2019 9:26 pm
by Shaos
I came back
https://hackaday.io/project/163856-pcjrnet
Sorry for long absence - it took time to re-locate and settle in a new place (I moved from NY to CO during 2017 and still moving boxes around)
Re: Ethernet for PCjr {WizNet}
Posted: Tue Feb 12, 2019 7:52 pm
by Trixter
Nice writeup so far!
Re: Ethernet for PCjr {WizNet}
Posted: Tue Feb 12, 2019 8:52 pm
by Shaos
Trixter wrote:Nice writeup so far!
Thank you, I simply repeated everything from 2 years ago to make sure I don't forget to finish it in near future

Re: Ethernet for PCjr {WizNet}
Posted: Thu Feb 14, 2019 9:06 pm
by Shaos
This is modem that I will switch with Ethernet
I bought it to measure dimensions and properly copy its shape...
Re: Ethernet for PCjr {WizNet}
Posted: Sun Feb 17, 2019 12:50 pm
by Shaos
Current status

Re: Ethernet for PCjr {WizNet}
Posted: Sun Feb 17, 2019 2:31 pm
by Shaos
For user from PC it will look like this:
Code: Select all
3F8h - register MR of W5100 (indirect mode flag and auto-increment flag)
3F9h - register IDM_AR0 of W5100 (most significant byte of the address)
3FAh - register IDM_AR1 of W5100 (least significant byte of the address)
3FBh - register IDM_DR of W5100 (data register to read/write in indirect mode)
3FCh - reserved for future
3FDh - reserved for future
3FEh - reserved for future
3FFh - reserved for future
More details about W5100:
https://www.wiznet.io/wp-content/upload ... v1.2.7.pdf
Re: Ethernet for PCjr {WizNet}
Posted: Wed Feb 20, 2019 10:10 pm
by Shaos
Fitting inside:

Re: Ethernet for PCjr {WizNet}
Posted: Thu Feb 21, 2019 6:10 am
by Brutman
(I'm not getting forum notifications ... yet another thing to debug.)
The WizNet looks like it has a TCP/IP stack built in. Can it be told to just send and receive raw packets? mTCP and other existing networking software just needs the ability to send and receive raw packets; they are not designed for use with things that offload the TCP part.
Mike
Re: Ethernet for PCjr {WizNet}
Posted: Thu Feb 21, 2019 7:21 am
by Shaos
It looks like newer WizNET chips can do that - this one is not
For now it's just trying a concept - if it will work out well then we can try better approach