On-site teams session with Vineet and Sanjay to run some diagnostics. Notes below: - There are two error messages being logged:
- Path Error for Customer display - This was corrected by removing the Display Number as the customer does not have a LCD display to show Images
- Serial Port error (see figure 1 below). THis error is preventuing the user from exiting from the POS Main screen
- The unit is a POSIFLEX POS station with a built in USB/Serial port emulator
Figure 1 - Serial Port Error START==========================================
Message: The parameter is incorrect. BaseException: System.IO.IOException: The parameter is incorrect. at System.IO.Ports.InternalResources.WinIOError(Int32 errorCode, String str) at System.IO.Ports.InternalResources.WinIOError() at System.IO.Ports.SerialStream.InitializeDCB(Int32 baudRate, Parity parity, Int32 dataBits, StopBits stopBits, Boolean discardNull) at System.IO.Ports.SerialStream..ctor(String portName, Int32 baudRate, Parity parity, Int32 dataBits, StopBits stopBits, Int32 readTimeout, Int32 writeTimeout, Handshake handshake, Boolean dtrEnable, Boolean rtsEnable, Boolean discardNull, Byte parityReplace) at System.IO.Ports.SerialPort.Open() at LBS.LINKPOS.UI.POSMain.UpdateDisplay(String DisplayText) END========================================== Since we do not have a Serial Port display to test this on, we will suppress the user messages and log them for now as this is preventing users from logging of the POS form. Next step: - Test this on site with Vineet
|