I am working on TINET, a way to connect a TI-84 Plus CE graphing calculator. Everything works fine for connection but after a poll, I saw that users preferred not to download a python script to bridge between serial and TCP server.
So we've decided to make a page on our website to bridge that way, but after a quick search, we didn't found any way to open a connection to a python socket using the socket
library :(
I've tried many things, I've searched for hours here on stackoverflow and other sites and gave for once AI a try but didn't find any solution
The bridge is something that bridges from SRL to TCP and vice-versa (without blocking like this python script .
Any help would be so appreciated ☺️