Rémy GIBERT
Rémy GIBERT
About ARP, i should say that W5100 handles that transparently (driver point of view) for TCP sockets. Datasheet is not clear about UDP : ``` 0x21 SEND_MAC It is used...
Update : ``` 0x01 SOCK_ARP It is shown when ARP Request is sent in order to acquire h ardware a ddress of remote peer when it sends connection request in...

192.168.1.3 is target UDP server (Elitegroup NIC from an OLD Windows 2003 server) 192.168.1.200 is DHCP address that Applewin got for its CirrusLogic board Frame 12 properly recieved by AppleWin...
i m not able to recompile AppleWin binary. could you provide Applewin.exe with logging enabled ? This is not a bug in this particular piece of code, i also noticed...
Quick Question : enabled -log and getting a lot of "WARNING! Early abort of transmitted frame" messages... what is that ?
#ifdef TFE_DEBUG_WARN /* check if we had a TXCMD, but not all octets were written */ if (tfe_started_tx && !oddaddress) { if(g_fh) fprintf(g_fh, "WARNING! Early abort of transmitted frame\n"); }...
*** Logging started: 01/03/2022 21:54:15 CmdLine: -r 127 -log g_sStartDir = C:\AppleWin\ AppleWin version: 1.30.8.0 Init: CoInitializeEx(), hr=0x00000000 Init: SysClk_InitTimer(), res=1 Init: GdiSetBatchLimit() Init: GetProgramDirectory() RegDeleteValue(.bin) failed (0x00000005) RegSetValue(.woz) failed...
i just modifed my code to use 8 bits transfert for frame data written to 8900a, no change (Before, was 16 bits word transfert) i did that because both UDP...
