Explore how easy it is to create a program that reads data from a scale connected through an RS-232 serial port or USB to a serial port converter.
Latest Network Articles
MAC-Based Authentication for Web Sites
Learn how to implement an additional security layer on company web sites by getting the machine ID of the system from registered users along with the user ID and password.
Reliably Retrieve MAC Address(es) with VB
Learn how to retrieve the MAC address using an alternative to NetBIOS calls that do not function reliably or are written in C++/C#.
Get a list of all SQL Servers in a specified Domain
Find all the SQL servers in a specified domain. (Added: 15-Oct-1999)
Get Time from Remote NT Server
Learn how to obtain the time from a remoter NT computer. (Added: 15-Oct-1999)
Latest CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

TypeScript for the C# Developer
Learn about TypeScript: what it is, and its type system.

Detecting a Touchscreen in Visual Basic
Learn how to detect if a touchscreen is available on the device running your application. You'll also see how to display a touch-enabled keyboard!
Using C# 7 Pattern Matching
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.