[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 326: mysqli_free_result(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
Pete's QBASIC Site • Anyone want to use networking in Qbasic?
Page 1 of 1

Anyone want to use networking in Qbasic?

Posted: Thu Oct 17, 2019 10:24 pm
by mikefromca
This guy has some pretty good software you can use to interface with DOS TCP/IP and Quick Basic. All that's needed to be loaded is the network packet drivers and Trumpet TCP ntcpdrv.exe then this web server is a beauty to serve single-pages. Heck, if you know enough programming, you can tweak it to the point where it can run DOS exe files when a user requests a page.

I will have to say... of everything I've tried for my project that involves communicating to another device via serial port, using a DOS server is best, especially one I can edit the code of! Why? because then the serial port has full priority with no other processes interfering. No Windows, No Linux, nothing. Just pure single-tasked DOS.

Funny thing is, the PC I'm doing this on is an IBM think-center with an intel RJ45 network card and the speed... 3Ghz. LOL.

If anyone wants to tailor the webserver to their needs, then go to:

http://rubbermallet.org/software/webserv.html

He also has done other Qbasic related networking software including writing a bunch of networking subroutines for your own Qbasic programs. Link is here:

http://rubbermallet.org/software.html