Question: Display Items Prices In Vfd Customer Display Pole

Display Items Prices In Vfd Customer Display Pole

Hi, Could you please add this feature , we lost many supermarket customers because of that. could you please add code to display last added items prices. It is an important feature requested

MB

Mehdi boudhir

Asked

Hi, Could you please add this feature , we lost many supermarket customers because of that. could you please add code to display last added items prices. It is an important feature requested by customers these days. we lost them regards

  • MB

    Mehdi boudhir

    Answered

    I see a web app coded on C# using this feature , is there this code in php/codeigniter/laraval able to manage COM1 port ? like this :" How to add pole Display in Rest pos winform (Line 1016 to 1028)

     ///////Pole shows Price value  | if you have pole device please UnComment   below code
            //SerialPort sp = new SerialPort();
            //sp.PortName = "COM1";  ////Insert your pole Device Port Name E.g. COM4  -- you can find  from pole device manual  
            //sp.BaudRate = 9600;     // Pole Bound Rate
            //sp.Parity = Parity.None;
            //sp.DataBits = 8;   // Data Bits
            //sp.StopBits = StopBits.One;
            //sp.Open();
            //sp.WriteLine(lblTotalPayable.Text);
    
            //sp.Close();
            //sp.Dispose();
            //sp = null; 
    

    "

  • MS

    Mian Saleem

    Answered

    Hello,

    Pole displays are not supported. PHP is server side language and can’t be used for such serial communication. I will check if I could add option to use POS Print Server for such. But for now there is no such option. You only can use the customer view as secondary display to show the order data to customers.

    Thank you

  • MB

    Mehdi boudhir

    Answered

    Hi, Any update ,please

  • MS

    Mian Saleem

    Answered

    Hello,

    I only can check once I back in end of Feb 2022.

    Thank you

  • KS

    kemel saidani

    Answered

    Any update Please .

  • MS

    Mian Saleem

    Answered

    No. There is no update for this yet. I am still waiting for the pole display to arrive for testing. Thanks

  • Login to Reply