登录
首页 » Com Port » 用单片机AT90CAN128通过CAN总线串行传输手机信号

用单片机AT90CAN128通过CAN总线串行传输手机信号

于 2022-06-29 发布 文件大小:2.09 kB
0 101
下载积分: 2 下载次数: 1

代码说明:

用单片机AT90CAN128通过CAN总线串行传输手机信号-transmit the mobile signal serially by using at90can128

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 这是非常有挑战性的题目。对于用户输入的任意一个平面函数f(x),绘制出其函数曲线。这里最关键的技术难点就是如何实现计算表达式的值。在《编译原理》和《数据结构》的...
    这是非常有挑战性的题目。对于用户输入的任意一个平面函数f(x),绘制出其函数曲线。这里最关键的技术难点就是如何实现计算表达式的值。在《编译原理》和《数据结构》的书中,都有对表达式运算方法的论述。说实在的,在编译型计算机语言中实现对用户输入表达式的运算是非常困难的。需要对表达式进行扫描,去括号,按照运算符的优先级生成2叉树,然后遍历该树生成逆波兰表达式,再然后通过栈的方法进行运算。如果在表达式中再包含有函数的话......描述起来都麻烦,更不要说用程序实现了:-(-This is a very challenging issue. For user input an arbitrary planar function f (x), mapping out its function curves. Here the most critical technical problems is how to achieve calculated the value of the expression. "Compiling Principle" and "data structure," the book, have right of expression Operational discussed. Indeed, the computer language compiler to achieve expression of the user input operation is very difficult. Need to scan expression to the brackets, in accordance with the priority Operators Generation 2-ary tree, and then traverse the tree generated reverse Polish expression, and then through the stack approach to computing. If the expression again contains the function described ...... these are trouble, not to mention t
    2022-02-25 13:48:40下载
    积分:1
  • 串行通信C语言代码,用于DOS下编程,比较完整
    串行通信C语言代码,用于DOS下编程,比较完整-serial communication C language code for DOS programming, a more comprehensive
    2023-07-26 01:40:03下载
    积分:1
  • a Mega8 SPI DataFlash code reader, is to use the C language. Visit Atmel AT45Dxx...
    一个Mega8 SPI读写DataFlash的代码,是用C语言编写的。可访问Atmel AT45Dxxx dataflash,支持512Kbit - 64Mbit。 -a Mega8 SPI DataFlash code reader, is to use the C language. Visit Atmel AT45Dxxx dataflash, support casing- 64Mbit.
    2023-08-11 20:10:02下载
    积分:1
  • Delphi编写的串口测试程序,适合测试计算机串口好坏!
    Delphi编写的串口测试程序,适合测试计算机串口好坏!-Delphi serial test procedure for the testing of computer Serial good or bad!
    2022-09-12 03:35:03下载
    积分:1
  • 从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的...
    从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的接收,其实就是第一种方法的变种: 一个侦听EV_RXCHAR,一个对EV_RXCHAR进行分析,其实就是超时判断。如果接收到一个消息后,一段时间没收到下一个EV_RXCHAR,就认为是一个数据包的结束。这个线程就会通知数据接收线程,进行数据接收。一般同一包数据,两个字符之间的时间间隔,应该很小了吧,而两个数据包之间的间隔,应该不会太小吧!(这个地方我不清楚,猜的:( :) )最后一个线程,是接收数据的。-read data from the serial port, there are two methods, one, each receiving a EV_RXCHAR, on the ReadFile read, I think this vote. 2, received a EV_RXCHAR after a certain volume of data, such as CPU cycles (GetTickCount), and the one-time reader, the data buffer. To do so, under normal circumstances there is no problem, but if many of the data, and after a "certain amount of data the CPU cycles," also confiscated End Data how do? Few will read the data. I used three lines to complete serial data reception, the first method is a variant : an interception EV_RXCHAR, one pair of EV_RXCHAR analys
    2023-03-23 09:55:03下载
    积分:1
  • MODEN串口通讯的例子挺经典的。是一个学习的好例子。
    MODEN串口通讯的例子挺经典的。是一个学习的好例子。-modem serial communication very classic example. The study is a good example.
    2023-05-08 08:00:03下载
    积分:1
  • 4510的BIOS,请仔细看!等等,不,谢谢
    4510 bios,please see it carefully!and so on,no thanks
    2022-06-15 03:51:08下载
    积分:1
  • TC中的串口编程基础
    TC中的串口编程基础-the TC basis Serial Programming
    2022-05-13 08:48:47下载
    积分:1
  • 串口通信,实现接收和发送功能。完整串口通信程序Vc++源代码...
    串口通信,实现接收和发送功能。完整串口通信程序Vc++源代码-Serial communication, the realization of receive and transmit functions. Integrity of the serial communication program Vc++ Source code
    2022-09-12 08:55:04下载
    积分:1
  • 本程序调用了微软自带的mscomm控件,实现com口的数据接收,读者可自行添加发送数据功能。内附mscomm.ocx控件及其注册方法,本程序是用的静态链接库,为...
    本程序调用了微软自带的mscomm控件,实现com口的数据接收,读者可自行添加发送数据功能。内附mscomm.ocx控件及其注册方法,本程序是用的静态链接库,为的是能在没有vc库的机器上也可以运行,所以个头大了点。-Microsoft"s own mscomm controls, I realize com data reception, readers can add their own functions to send data. Enclosing mscomm.ocx control and registration method, the procedure is used in the static link library, for the in the absence of vc for the machine can also run, giving the larger point.
    2023-05-10 02:05:03下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载