搜索资源列表
smdk2413_application_note_rev10
- SMDK2413 (Samsung MCU Development Kit) for S3C2413X is a platform that is suitable for code development of SAMSUNG s S3C2413X 16/32-bit RISC microcontroller (ARM926EJ-S) for hand-held devices and general applications. The S3C2413X consists of 16-/32-
PS_2
- 51单片机模拟PS2键盘,当接收到触发信号时,向PC发送特定键值,从而达到预期的目的,可以用在很多工控场合。本程序已经通过开机自检,可以在设备管理器里面看到。-51 single-chip analog PS2 keyboard, when receiving the trigger signal to the PC to send a specific key, so as to achieve the intended purpose, can be used in many industr
device-monitoring-studio.7.25
- 串口和TCP还有usb协议调试软件,可以分析设备管理器里面通讯协议,非常适合开发人员进行数据分析和处理。-There usb serial and TCP protocol debugging software, which can analyze the Device Manager communications protocol, is ideal for developers for data analysis and processing
STC12C5A60S2_Uart_Str
- 串口1发送字符串函数 1、程序说明: 该例程演示了接在单片机串口1发送字符串函数。该串口通过 开发板的usb转串口芯片与电脑相连。 2、实验操作 连接好开发板的usb线,可从设备管理器中查看到串口的端口号, 打开串口调试助手,选择相应串口号, 选择波特率9600,8位数据位,1位停止位,无校验。 点打开串口 取消十六进制显示或是选择字符格式显示 该程序下载到开发板运行后可观察到接收窗口接收到字符。-Serial port 1 to send a
step-4-example2
- private UsbManager usbManager private UsbSerialDriver device protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState) // Get USB manager Android. usbManager = (UsbManager) getSystemService(Context.USB_SERVICE) -private