jayacotton / inettools-z80

Inet tools for z80-rc2014 tcp/ip stack code.
MIT License
17 stars 2 forks source link

ping will hang without timer support. #1

Closed jayacotton closed 5 years ago

jayacotton commented 5 years ago

ping requires romwbw timer support to be running, in order for the internal timing to work.

This can be worked around in code.

The other work around is to install a timing generator device on your rc2014. I am using a KIO board.

The plan is to produce an update to ping that gets around the problem.

jayacotton commented 5 years ago

added support for systems that don't have timer code.