Used Visual Basic .NET Code Sample: Using the COM Port in VB.NET for Windows?


Editors’ Review

Download.com staff
This Microsoft Visual Basic .NET code sample demonstrates controlling communication ports. It bypasses the .NET Framework's direct control limitations by leveraging a separate class with Win32 API calls.
  • Pros

    • Controls communication ports from .NET.
    • Utilizes direct Win32 API calls.
    • Addresses .NET Framework's direct control limitation.
    • Offers a Visual Basic .NET code sample.
  • Cons

    • .NET Framework lacks direct COM port control.
    • Solution requires separate class using Win32 API.
    • Presented as a code sample, not a full component.
    • Currently specific to Visual Basic .NET.

Used Visual Basic .NET Code Sample: Using the COM Port in VB.NET for Windows?


Explore More


Full Specifications

GENERAL
Release
Latest update
Version
1
OPERATING SYSTEMS
Platform
Windows
Operating System
  • Windows 10
  • Windows XP
  • Windows NT
  • Windows 2000
Additional Requirements
Windows NT/2000/XP
POPULARITY
Total Downloads
3,054
Downloads Last Week
0

Report Software

Program available in other languages


Last Updated


Developer’s Description

Learn how to control a communication port from .NET.

Visual Basic .NET Code Sample: Using the COM Port in VB.NET sample demonstrates how to control a communications port from .NET. Since the .NET Framework does not support direct control of the Comm Port, a separate class is used that provides direct Win32 API calls. This version is the first release on CNET Download.com.


Download.com
Your review for Visual Basic .NET Code Sample: Using the COM Port in VB.NET