Home › Forums › HTBasic Forum › UNLOAD a BIN system program › Reply To: UNLOAD a BIN system program
January 19, 2018 at 10:11 am
#484
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.