Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
BIOS com port
#4
You should know better than this. PEEK and POKE, with DEF SEG made the most sense on 16-bit. On 32-bit that began to break down because M$ didn't even want anyone using QuickBASIC and QBasic to use ABSOLUTE nor CALL INTERRUPT. On 64-bit there is even less of a chance to use anything from BIOS. On newer systems BIOS is being left out entirely, cannot use it to boot an operating system anymore. On those newer systems BIOS might have to be emulated.

PEEK does nothing useful these days except for a few areas used far more often than the old COM ports. Such as CGA/EGA video memory.

In later BASIC dialects PEEK and POKE are used toward a memory block allocated by the user. Pure Basic does it like this. That is payware but cannot emulate BIOS and cannot replicate the old interrupts like #9, #13, the large &H21 and others categorized for "advanced" programming in 16-bit back in the day.

For DEG SEG = 0, probably QB64 recognizes the keyboard buffer, but almost nothing else. Cannot even get SCREEN 0 rows and columns anymore like that. How to do that from the terminal under $CONSOLE:ONLY? Cannot check the state of the shift keys like that, must use _KEYDOWN instead.

In QB64 could use C++ code to hook up via USB. (shrugs)

Should be able to do it although writing for devices sucks a lot. Have to know about interfaces and hardware specifications and stuff like that. The other day I downloaded the source code for the Linux kernel v6.1.41. That comes with a few thousand files which have to cover a lot of possibilities. I have only begun wading through the documentation which is not for people having no understanding about electronics, computer engineering and things of that nature.
Reply


Messages In This Thread
BIOS com port - by eoredson - 09-02-2023, 03:27 AM
RE: BIOS com port - by mnrvovrfc - 09-02-2023, 04:09 PM
RE: BIOS com port - by eoredson - 09-04-2023, 12:34 AM
RE: BIOS com port - by mnrvovrfc - 09-04-2023, 01:16 AM
RE: BIOS com port - by eoredson - 09-04-2023, 02:03 AM
RE: BIOS com port - by SpriggsySpriggs - 09-06-2023, 11:18 AM
RE: BIOS com port - by eoredson - 09-08-2023, 04:06 AM
RE: BIOS com port - by bplus - 09-07-2023, 01:22 PM
RE: BIOS com port - by SpriggsySpriggs - 09-08-2023, 01:10 PM
RE: BIOS com port - by DSMan195276 - 09-08-2023, 04:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  File / port cconventions and use Parkland 13 1,552 04-04-2025, 12:03 AM
Last Post: Parkland
  Error when inputting ASCII text from COM port MichelleL 11 1,931 01-24-2024, 08:01 AM
Last Post: mdijkens
  Comm and VCSP port twiddling controls sigs doppler 2 864 06-08-2023, 07:19 PM
Last Post: doppler
  _OPENHOST to port 443 fails jleger2023 9 1,906 01-19-2023, 08:20 PM
Last Post: SpriggsySpriggs

Forum Jump:


Users browsing this thread: 1 Guest(s)