Qbasicnews.com

Full Version: modem to modem communication
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I had an old routine in Qbasic that would call another computer and if it picked up be able to communicate back and forth, unfortunately it used several command that FreeBasic doesn't support, and was quickly becomeing obsolete because it used COM port 1-4. Is there a library out there that can duplicate this?
Unfortuantely most libraries, as RealTerm (sourceforge) around are C++, so they need objects, FB does'nt have them yet... v1ctor has them in his to do list.
In the meantime a wrapper library would be needed..