CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 嵌入式Linux 搜索资源 - 串口 C

搜索资源列表

  1. linux 串口多线程程序(驱动gsm modem可参考)

    3下载:
  2. linux 串口多线程程序,改名为 .c 文件,直接编译即可.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-04-20
    • 文件大小:4.83kb
    • 提供者:544746174
  1. serial.c

    0下载:
  2. 自己写的S3C2410的串口驱动代码, 经过测试可以使用
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:1012byte
    • 提供者:wuchao
  1. hongwai

    0下载:
  2. uclinux串口驱动单片机C源代码单片机编程嵌入式嵌入式Linux
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:3.58kb
    • 提供者:朱斌
  1. commsetdeviceid_vc++

    0下载:
  2. 设备ID烧写程序.exe 软件使用说明: > 1)先打开此程序.设备好串口号.其它取默认值就可以了.打开串口(默认开机自动打开串口1). 然后,设备按OK键开机. > 2)打勾\"自动生成下一个设备ID\" 产品ID会自动加1. 当产品ID达到最大999999时,生产批次自动加1,产品ID置为1000001 > 3)烧写完一台机器后,不用关闭程序,只需将串口插入下一台机器OK开机即可,进入UBOOT,先点击命令发送等握手后,再开始烧写设备ID.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:183.89kb
    • 提供者:王碧
  1. linux串口调试助手

    0下载:
  2. 最近调Tinyos的东东,由于习惯在linux下搞。看到他用的java去通信感觉就不爽,就用c++搞了一个,把他的串口栈的东西除了,完善了下就用 QT4写了个界面,写了个串口调试助手。现在还有一个问题没有解决,就是如何获取当前可用串口列表,现在只是静态添加了几个。现在想法是利用dmesg获取分配的串口描述符,或者在/proc中读,但是/proc中获取不了描述符。不知道还有没有更好的办法,希望大家能提提意见。
  3. 所属分类:嵌入式Linux

    • 发布日期:2009-06-21
    • 文件大小:960kb
    • 提供者:kylezk
  1. ch341.rar

    0下载:
  2. Lunux2.6下USB转串口驱动C语言源代码。,Under the Lunux2.6 usb to com drive
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-31
    • 文件大小:2.42kb
    • 提供者:walker.bai
  1. MCU_994

    0下载:
  2. arm9 Linux 串口驱动程序 C语言程序-arm9 Linux serial driver C language program
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-23
    • 文件大小:47.65kb
    • 提供者:刘鹏飞
  1. ttytest_important

    0下载:
  2. 串口程序 embedded linux C program-Serial procedures embedded linux C program
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:170.62kb
    • 提供者:XUE Dongming
  1. serial_1.0-2_i386

    0下载:
  2. debian系统下的串口调试器,它是用c++开发,具有window下的串口调试器的所有功能。-Serial debian system debugger, it is c++ development, with a serial port under the window all the features of the debugger.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-05
    • 文件大小:291.01kb
    • 提供者:郑国锋
  1. vr

    0下载:
  2. 凌阳开发板的语音识别的客户端函数,通过对串口发命令来控制语音识别芯片的操作,用c语言所写-Sunplus development board of the voice recognition function of the client, by an order of the serial port to control the operation of voice recognition chip, using c language.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-10
    • 文件大小:864byte
    • 提供者:steven100z
  1. PowerMonitor2

    0下载:
  2. 运行在arm平台linux中,使用qt软件开发,可以接受串口数据,并且在打开的窗口中用曲线的方式即时显示出来。程序中用到串口方面以及qt图形界面和c++知识。-Run on arm platform, linux, using qt software development, can accept serial data, and open the window curves method using real-time display. Procedures used in serial po
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:96.33kb
    • 提供者:tanyong
  1. UART

    0下载:
  2. S3C2410 UART串口的测试程序 使用c语言和汇编语言-S3C2410 UART serial port test program using c language and assembly language
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:274kb
    • 提供者:
  1. com.c.tar

    0下载:
  2. 串口通信测试程序--可以用于嵌入式linux下串口通信,也可以用于x86下-Serial Communication Test Program- an embedded linux can be used under the serial communication, can also be used under x86
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:1013byte
    • 提供者:邱天
  1. serial-2410.c

    0下载:
  2. 一、实验目的 1.掌握ARM的串行口工作原理。 2.学习编程实现ARM的UART通讯。 3.掌握CPU利用串口通讯的方法。 二、实验现象 -One purpose of the experiment 1. ARM' s serial port control works. 2. Learning programming ARM' s UART communication. 3. Master CPU use serial communication method
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:41.12kb
    • 提供者:sunny
  1. linux-socket-C-S

    0下载:
  2. 嵌入式linux-socket串口编程,-Serial programming embedded linux-socket,
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-24
    • 文件大小:11.45kb
    • 提供者:hbf
  1. FPM.c.tar

    0下载:
  2. 利用linux写的串口参数设定函数。 编写串口通信时参考-Using linux to write the serial parameter setting function. Reference when writing serial communication
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:1.43kb
    • 提供者:luxingmin
  1. serial.c.tar

    0下载:
  2. 這例子示範: 1。如何打開一個串口 2。如何設置界面 3。如何設置波特率,流量控制和其他設置 4。如何讀取和寫入串行端口-Descr iption: serial port example set 19200bps, n81, RTS/CTS flow control. and echo back the received data. What is shown in this example: 1. How to open a serial
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:804byte
    • 提供者:于耀宗
  1. 26895532myserial.c

    0下载:
  2. 串口程序。C51源代码。欢迎下载,谢谢。-Serial procedures. C51 source code. Welcome to download, thank you.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-21
    • 文件大小:2.09kb
    • 提供者:tsg
  1. UartTest

    0下载:
  2. QT creator 编的串口C++上位机程序-QT creator series of serial C++ PC program
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:22.6kb
    • 提供者:970423706
  1. mySerialPort

    0下载:
  2. 基于Qt5的串口上位机实例,采用C++编写,注释详细(Qt5 based serial host computer example, using C++ to write, annotated details)
  3. 所属分类:嵌入式Linux

    • 发布日期:2018-01-07
    • 文件大小:7kb
    • 提供者:igaobinbin
« 12 3 »
搜珍网 www.dssz.com