tschak909 #1 Posted October 29, 2020 Hey guys, so I've started on a set of bindings for ACTION! and they almost work(tm). https://github.com/FujiNetWIFI/fujinet-apps/tree/master/netcat-action What does not work: * Write doesn't work. * Interrupt routine isn't being called, even though I vector it in, and toggle PACTL's PROCEED interrupt enable. Anybody want to peer at this and give some insight? Quote Share this post Link to post Share on other sites
tschak909 #2 Posted October 30, 2020 7 hours ago, tschak909 said: Hey guys, so I've started on a set of bindings for ACTION! and they almost work(tm). https://github.com/FujiNetWIFI/fujinet-apps/tree/master/netcat-action What does not work: * Write doesn't work. * Interrupt routine isn't being called, even though I vector it in, and toggle PACTL's PROCEED interrupt enable. Anybody want to peer at this and give some insight? It's now fully debugged, only had a few minor errors. In addition to the code in the github repo, I added it to the wiki: https://github.com/FujiNetWIFI/fujinet-platformio/wiki/A-Simple-NetCat-Program -Thom 1 Quote Share this post Link to post Share on other sites
tschak909 #3 Posted October 31, 2020 Because #FujiNet uses standard conventions that other #Atari serial I/O devices use, it's easy to write new libraries to allow a programming language to utilize #FujiNet networking features. I show how I do this, from scratch. Doubles as ACTION tut! 3 1 Quote Share this post Link to post Share on other sites
_The Doctor__ #4 Posted January 13, 2021 On 10/30/2020 at 8:22 PM, tschak909 said: Because #FujiNet uses standard conventions that other #Atari serial I/O devices use, it's easy to write new libraries to allow a programming language to utilize #FujiNet networking features. I show how I do this, from scratch. Doubles as ACTION tut! More of this is exactly what is needed. Thanks. Quote Share this post Link to post Share on other sites
tschak909 #5 Posted January 13, 2021 I'd love somebody to do a set of fig-forth screens. -Thom Quote Share this post Link to post Share on other sites