Click here to Skip to main content
15,897,315 members
Articles / Programming Languages / C++

Serial Port to Network Interface

Rate me:
Please Sign up or sign in to vote.
4.85/5 (14 votes)
15 Mar 2009CPOL5 min read 88.5K   6.3K   94  
Implementing a serial port to network user interface.
CConnectSoc::OnClose(int 10053) line 56
CAsyncSocket::DoCallBack(unsigned int 684, long 658833440) line 735
CSocket::ProcessAuxQueue() line 1011
CSocketWnd::OnSocketNotify(unsigned int 684, long 658833440) line 1315
CWnd::OnWndMsg(unsigned int 883, unsigned int 684, long 658833440, long * 0x0176fdbc) line 1785 + 17 bytes
CWnd::WindowProc(unsigned int 883, unsigned int 684, long 658833440) line 1555 + 30 bytes
AfxCallWndProc(CWnd * 0x004127c0 {CSocketWnd hWnd=0x000636a2}, HWND__ * 0x000636a2, unsigned int 883, unsigned int 684, long 658833440) line 217 + 26 bytes
AfxWndProc(HWND__ * 0x000636a2, unsigned int 883, unsigned int 684, long 658833440) line 371
AfxWndProcBase(HWND__ * 0x000636a2, unsigned int 883, unsigned int 684, long 658833440) line 203 + 21 bytes
DispatchMessageWorker@8 + 135 bytes
DispatchMessageA@4 + 11 bytes
CWinThread::PumpMessage() line 864
CWinThread::Run() line 480 + 11 bytes
_AfxThreadEntry(void * 0x0012fa90) line 126 + 11 bytes
_threadstartex(void * 0x004123b0) line 212 + 13 bytes

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Autoliv Electronics
United States United States
I've been an embedded software developer for 34 years - almost as long as electronic system manufacturers began using microprocessors for real-time controllers. In more recent years, I have been using Microsoft Visual Basic/C++ Studio to create GUIs to test embedded system code developed by myself or other team members. Much of this code was developed using free code found on this web site.

Comments and Discussions