U-boot serial设备 在数据结构的简图
2022-02-04 22:00:45 4KB 数据结构
1
MIPI 规范 2.0 标准文档 (Version 1.0 – MIPI Board Adopted 14 January 2016) 1.1 Scope Interface protocols as well as a description of signal timing relationships are within the scope of this document. Electrical specifications and physical specifications are out of scope for this document. In addition, legacy interfaces such as DPI-2 and DBI-2 are also out of scope for this document. Furthermore, device usage of auxiliary buses such as I2C or SPI, while not precluded by this Specification, are also not within its scope. 1.2 Purpose The Display Serial Interface Specification defines a high-speed serial interface between a peripheral, such as an active-matrix display module, and a host processor in a mobile device. By standardizing this interface, components may be developed that provide higher performance, lower power, less EMI and fewer pins than current devices, while maintaining compatibility across products from multiple vendors.
2022-01-25 11:23:57 1.6MB MIPI DSI STANDARD SPEC
1
Websocket <--> 串口工具 尝试获取执行以下操作的 Python 应用程序: 创建一个 Websocket 服务器。 连接、读取和写入串行端口。 提供用于用户控制的 GUI 界面。 安装 下载/克隆后,为 Python 应用程序创建一个虚拟环境来运行 virtualenv venv 激活虚拟环境 . venv/bin/activate 使用 PIP 安装依赖项 pip install -r requirements.txt 跑步 目前没有太多可展示的,一堆 Tkinter GUI、WS4PY 和串行代码的混搭示例 尝试 python anothergtest.py
2022-01-21 14:44:23 20KB Python
1
Serial_Digital_Scope V2_Cracked完美破解版,亲测能用好用
2022-01-19 16:27:43 1.15MB 虚拟示波器
1
结合硬件的一个串口兼收APP 其中有电源功能选项 大家用不到可以忽略不计
2022-01-17 19:06:32 255KB Serial Port API Sample
1
vc++6.0写的一个串口控制6舵机机械臂的上位机软件,可进行二次修改重新定制界面以及所发送的字符串. 生成的exe不受串口控件限制,因为我采用的是一位大佬写的的一个串口类,理论上可在任意Windows平台上运行,希望能帮到有需要的人
2022-01-14 23:41:06 2.97MB serial Arduino C++ MFC
1
python serial模块,可以做为你的学习设计参考,开发python串口的模块,简洁方便。
十进制小数转二进制matlab代码matlab-ascii-comm-notes 使用MATLAB发送和接收ASCII数据包的注意事项: fprintf和fscanf与 fwrite和fread vs. 写和读 ASCII码 回想一下,ASCII是一个8位字符系统(256个字符)。 例如,“回车”字符的十进制表示形式为13,十六进制为0x0D,二进制为00001101。 终止符 MATLAB必须始终发送串行设备期望的任何终止符。 当matlab读回数据时,它需要剥离设备发送的所有终止符 fprintf 支持: MATLAB.serial MATLAB.tcpip fprintf(x, cCommand)做一些非显而易见的事情 它将命令格式化为%s \ n(可选,您可以提供格式),例如: cCommand = ' go ' % becomes 'go\n' 对于串行端口,TCPIP,UDP和VISA串行对象, fprintf用终止符属性值替换格式化的cmd中所有出现的\ n。 如果Terminator = LF “换行”,则发送到设备的小数表示为10, 如果Terminator符= CR
2022-01-12 13:38:56 3KB 系统开源
1
usb连接232(usb-serial controller d驱动)
2022-01-08 13:03:04 4.3MB 驱动程序
1
Serial_python.zip
2022-01-07 21:42:11 29.48MB Serial_python.zi
1