搜索资源列表
gprsAt
- 一个gprs通讯的数个 at命令封装,需要串口支持,没有实现所有的at命令,实现了几个关键的命令,比如:拨 接 电话,tcp连接等。可以增加函数。-a GPRS communications at the several orders Packaging need serial, not at all in order to achieve several key orders, such as : dial telephone, tcp connections. Increase functi
pipe.c
- Linux下管道通信,用管道一端用shell执行命令,在另一端读取命令结果-Linux, pipe communication with the pipeline one end of the shell to execute command to read the results of the command at the other end
FileSystem
- 为LINUX 设计一个简单的二级文件系统。 设计要求: 1、可以实现下列几条命令(至少4条)。 Login 用户登录 Dir 列文件目录 Create 创建文件 Delete 删除文件 Open 打开文件 Close 关闭文件 Read 读文件 Write 写文件 2、列目录时要列出文件名、物理地址、保护码和文件长度。 3、源文件可以进行读写保护。 -To design a simple two LINUX file system. Desig
2_2_uart_shell
- lpc1788-2_2_uart_shell 例程描述: 本例程在串口 0 的通信基础上,添加了一些简单的命令行处理过程。 操作过程: (1)打开一个串口终端,将代码运行起来。这时 4 个 LED 灯呈现流水灯显示模式。 (2)使用串口线延长线将开发板 UART0 与 PC 机连接。打开超级终端软件,通信波特 率为 115200,其它参数使用默认的配置。在超级终端中输入 回车,终端上显示“->”。 (3)在串口终端中输入“help”,会显示相关命令的帮助信息,