Closed 8bit-Dude closed 3 years ago
I updated the firmware and could confirm tht netcat works correctly. So I will try to figure out what is different with my code.
I could get everything working with the help of Thomas! Basically, when using the AtariXL config in cc65, should not be located under the ROM (otherwise they are inaccessible when ROM is turned ON).
Hi Thomas and crew,
I am implementing Fujinet in 8bit-Unity, and got the HTTP mode working. However, I am struggling with the TCP/UDP modes: I can connect to my Linux box and exchange packets, but the data sent from Fujinet is not what I commanded.
Would you mind taking a quick look at the attached debug.c and fujinet.c, and lemme know if you can spot anything wrong in my code? (To repeat again, URL/HTTP code works but not TCP/UDP)
Thanks in advance!
debug-fujinet.zip