Home Forums HTBasic Forum UNLOAD a BIN system program

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #483
    ZeRider
    Participant

      Hi,
      Do you know if there is a software method to remove for example a SERIAL interface driver loaded with a LOAD BIN command and visible inside the device setup box ?
      (without use the device setup box REMOVE button)

      #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.

        #487
        ZeRider
        Participant

          Thanks tsg_sh

          I have tested your command, it’s working very well.
          It’s a very good improvement.

          It only remains to find how to remove the driver from the device setup now … 🙂

          #488
          tsg_sh
          Participant

            It’s not possible to remove it from the Device Setup at the moment.
            At the time TransEra implemented this command for one of our customers they said that it would be quite difficult to remove it from the DS so they didn’t do this.

            #489
            ZeRider
            Participant

              Ok, we’ll live with that …
              Thanks 🙂

            Viewing 5 posts - 1 through 5 (of 5 total)
            • You must be logged in to reply to this topic.
            Scroll to Top
            HTB icon

            Please Sign In