I am using C# windows forms and I have a customer display pole with COM port and I can display any text I want and it is working with no issues. However when I send £ sign to the display using the following code the screen displays the ? instead of £ sign.
serialPort1.Write("£");
I had a look at here and here but no luck.
Anyone knows how can I display the £ sign on customer display pole?
Thank you