Tuesday, September 1, 2020

LS Central - Device "VIRTUAL_P1" of type "Printer" has not been loaded into POS.

  • Run Virtual Printer (on desktop) as administrator
  • C:\Program Files (x86)\LS Retail\LSHardwareStation\LSVirtualstation.exe
  • Open Web client > run pos > Login
  • Go to services.msc and restart the LS Hardware Station
  • Proceed to cash


To automate the restart, Create a batch file to restart the LS Hardware service

        net stop "LS Hardware Station"

          net start "LS Hardware Station"
            pause
             

            If this does not work, or you get the error "Could not accept control messages" or "could not be controlled" 

             

            Manually run 

             

            Sc queryex 

             

            Get the PID, eg. 6123 

             

            Then run  

             

            taskkill /PID 6123 /F 

            No comments:

            Post a Comment