Click here to Skip to main content
15,881,455 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.2K   6.3K   94  
Implementing a serial port to network user interface.
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type='text/xsl' href='_UpgradeReport_Files/UpgradeReport.xslt'?><UpgradeLog>
<Properties><Property Name="Solution" Value="AsyncServer">
</Property><Property Name="Solution File" Value="Z:\OldProjects\Goodrich\TestServer\AsyncServer\AsyncServer.sln">
</Property><Property Name="User Options File" Value="Z:\OldProjects\Goodrich\TestServer\AsyncServer\AsyncServer.suo">
</Property><Property Name="Date" Value="Sunday, March 01, 2009">
</Property><Property Name="Time" Value="10:11 AM">
</Property><Property Name="Log Number" Value="3">
</Property></Properties><Event ErrorLevel="0" Project="" Source="AsyncServer.sln" Description="File successfully backed up as Z:\OldProjects\Goodrich\TestServer\AsyncServer\AsyncServer.sln.old">
</Event><Event ErrorLevel="0" Project="" Source="AsyncServer.suo" Description="File successfully backed up as Z:\OldProjects\Goodrich\TestServer\AsyncServer\AsyncServer.suo.old">
</Event><Event ErrorLevel="0" Project="AsyncServer" Source="AsyncServer.vcproj" Description="Web deployment to the local IIS server is no longer supported. The Web Deployment build tool has been removed from your project settings.">
</Event><Event ErrorLevel="1" Project="AsyncServer" Source="AsyncServer.vcproj" Description="This application has been updated to include settings related to the User Account Control (UAC) feature of Windows Vista. By default, when run on Windows Vista with UAC enabled, this application is marked to run with the same privileges as the process that launched it. This marking also disables the application from running with virtualization. You can change UAC related settings from the Property Pages of the project.">
</Event><Event ErrorLevel="0" Project="AsyncServer" Source="AsyncServer.vcproj" Description="Project file successfully backed up as 'Z:\OldProjects\Goodrich\TestServer\AsyncServer\AsyncServer.vcproj.8.00.old'.">
</Event><Event ErrorLevel="0" Project="AsyncServer" Source="AsyncServer.vcproj" Description="Project upgraded successfully.">
</Event><Event ErrorLevel="3" Project="AsyncServer" Source="AsyncServer.vcproj" Description="Converted">
</Event><Event ErrorLevel="0" Project="" Source="AsyncServer.sln" Description="Solution converted successfully">
</Event><Event ErrorLevel="3" Project="" Source="AsyncServer.sln" Description="Converted">
</Event></UpgradeLog>

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