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 of these organizations.
File List:
ADPCM.DSP
25Kb
NS_ADPCM.DSP
21Kb
Similar code
Serial Port Terminal GUI Example
(Popularity: ) : 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 ...