What are serial ports and how were they used in older computer systems?

  • Thread starter Thread starter Saladsamurai
  • Start date Start date
  • Tags Tags
    Windows windows 7
Click For Summary
SUMMARY

Serial ports were essential communication interfaces in older computer systems, particularly during the 1990s. They facilitated remote debugging by connecting a target system, which loaded device drivers, to a host system equipped with a debugger and compiler. This setup was commonly used with the Device Driver Kit (DDK) for Windows NT, allowing developers to troubleshoot driver issues effectively. The discussion highlights the historical significance of serial ports in software development and debugging processes.

PREREQUISITES
  • Understanding of software development concepts
  • Familiarity with device drivers and their role in operating systems
  • Knowledge of debugging techniques and tools
  • Basic awareness of Windows operating system architecture
NEXT STEPS
  • Research the Windows Driver Kit (WDK) for modern driver development
  • Explore remote debugging techniques using modern tools
  • Learn about serial communication protocols and their applications
  • Investigate the evolution of debugging tools from the 1990s to present
USEFUL FOR

Software developers, particularly those interested in device driver development, systems programmers, and anyone studying the historical context of computer communication methods.

Saladsamurai
Messages
3,009
Reaction score
7
I saw a book today called "Windows 7 for Developers" and it made curious: what exactly is a 'developer?' And what kind of background/ computer skills do you think would be necessary to read this book? (the answer will help me better understand what a developer does.)

thanks!
 
Technology news on Phys.org
A developer is a computer programmer that works on software and drivers for a given platform. As an example, when the iphone came out, apple released a developer tool kit for anyone that wants to make their own apps and games - and then sell it.

The tool kit contains everything you need from writing code, uploading it, debugging, a list of supported functions, and a comprehensive guide and manuals.

For Windows 7 it would be more advanced - perhaps a list of system calls and info on the Windows kernel and services.
 
Check out MSDN (Microsoft Developers Network) for a SDK (software developers kit) and DDK (device drivers kit) for Windows 7. Last time I used a DDK was for Windows NT. It included remote debugging that used two computers, one was the target system with the device driver, the other was the host system that had the debugger, compiler, and source code for the driver. The target system would breakpoint during driver loading, allowing the user to specify which driver to break upon driver startup. At that time (1990's), the two systems communicated via serial ports.
 
Jeff Reid said:
At that time (1990's), the two systems communicated via serial ports.

Ohhhh, serial ports. That's so quaint! :smile:
 

Similar threads

Replies
29
Views
5K
  • · Replies 19 ·
Replies
19
Views
7K
  • Sticky
  • · Replies 13 ·
Replies
13
Views
8K
Replies
6
Views
3K
Replies
2
Views
3K
Replies
4
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 9 ·
Replies
9
Views
8K
Replies
2
Views
2K