Home Forums HTBasic Forum UNLOAD a BIN system program Reply To: UNLOAD a BIN system program

#484
tsg_sh
Participant

    There is an undocumented feature availale to unload a serial driver.

    LOAD BIN "SERIAL;COM1 9"  ! loads serial driver for COM1, ISC=9
    
    CONTROL 9,1256;0          ! unloads the driver

    Please note that the driver is still visible in the device setup.

    Scroll to Top
    HTB icon

    Please Sign In