搜索资源列表
SerialComm
- 这是实际项目中的一个串口通信程序. Makefile通过开关, 可使此程序适用于 Linux 和嵌入式 ARM Linux. 代码注释较多. 是学习UART或Serail Port 通信的一个好例子. 另外对通信中的数据包格进行了严格的定义. 使有了数据包头尾标志和数据包长度 双重 校验.
source
- 具有浮点指令的g.729语音压缩编码,符合ITU-T G.729 Annex C 规范,通过修改makefile可以支持windows/linux/solaris等操作系统,仅需要很少的更改就可以应用到voip领域
g729AnnexA
- g.729a语音压缩编码最新版本,符合ITU-T G.729 Annex A 2006年的规范,通过修改makefile可以支持windows/linux/solaris等操作系统,g.729a是g.729的简化复杂度后的结果,适合应用在嵌入式领域的voip实现。
dnw_linux
- Linux下的DNW,其中secbulk.c是PC端USB驱动, dnw.c是写入工具-Linux, the DNW, which is the PC-side USB driver secbulk.c, dnw.c a writing tool
serial_linux
- This a simple code using COM port in Linux. The host sends a packet of 6 bytes (including CRC) through serial port and waits for the responding packet. If CRC is correct, the packet is parsed to get some useful data. Test code and Makefile is include
YFRWH
- 这是实际项目中的一个串口通信程序 Makefile通过开关, 可使此程序适用于 Linux 和嵌入式 ARM Linux()