Skip to content

Instantly share code, notes, and snippets.

@jdpurdyvi
Created August 10, 2017 22:36
Show Gist options
  • Save jdpurdyvi/b7a59c46866c2d64d3774004c000e320 to your computer and use it in GitHub Desktop.
Save jdpurdyvi/b7a59c46866c2d64d3774004c000e320 to your computer and use it in GitHub Desktop.
pos.exe exception
24.pay1.K3Zb
70.TPROMPT6,Wirth Cooperative GroceryBbtna,SBbtnb,CHIP+PINBbtnb,SBbtnc,SBbtnd,S.
Received: mq_down
Received: termApproved
Received: mq_down
Received: termReset
Received: rePoll
Received: mq_down
Received: termReset
Unhandled Exception: System.ObjectDisposedException: Safe handle has been closed
at System.Runtime.InteropServices.SafeHandle.DangerousAddRef(Boolean& success)
at System.StubHelpers.StubHelpers.SafeHandleAddRef(SafeHandle pHandle, Boolean& success)
at Microsoft.Win32.UnsafeNativeMethods.GetOverlappedResult(SafeFileHandle hFile, NativeOverlapped* lpOverlapped, Int32& lpNumberOfBytesTransferred, Boolean bWait)
at System.IO.Ports.SerialStream.EventLoopRunner.WaitForCommEvent()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment