I was looking for a GUI example for a serial port terminal and I couldn't find any, so I took a CommandLine tool called Serialterm made by Albrecht Schmidt and made a simple GUI. Compiled with MASM32. It uses msvcrt library. It has some useful parts, like COM port scanning, Threading, Sysmenu modifying and XP styling.
Included C source file and Dev-C++ project.
As a note, it's in spanish... and the code comments too... I was too lazy for translating it, but it has a readme in english explaining the use of the program.
File List:
55593-55593/
0b
55593-55593/C/
0b
55593-55593/C/Icon.ico
318b
55593-55593/C/Makefile.win
1Kb
55593-55593/C/Prueba05.dev
1Kb
55593-55593/C/Prueba05.exe
31Kb
55593-55593/C/Prueba05.exe.Manifest
1Kb
55593-55593/C/Prueba05.layout
189b
55593-55593/C/Prueba05_private.h
1Kb
55593-55593/C/Prueba05_private.rc
267b
55593-55593/C/Prueba05_private.res
2Kb
55593-55593/C/main.c
9Kb
55593-55593/C/main.o
8Kb
55593-55593/C/rsrc.rc
1Kb
55593-55593/Compilar.bat
439b
55593-55593/readme.txt
345b
55593-55593/rsrc.res
2Kb
55593-55593/serlz.asm
10Kb
55593-55593/serlz.exe
7Kb
Similar code
Full duplex adaptive differential
(Popularity: ) : The code below represents a full duplex adaptive differential pulse code modulation (ADPCM) transcoder. This program has been developed in accordance with ansi specification t1.301-1987 And CCITT G.721 (Bis). It is fully bit-compatible with the test vectors supplied by both ...