zoukankan
html css js c++ java
如何将serialport接收的字符串转换成十六进制数c#
关注
baihe_591
baihe_591
本版等级:
#1
得分:0
回复于: 2008-06-02 09:44:00
Byte[] byte=new Byte[1];
byte=0xf1;
port1.Write(byte,0,1);
查看全文
相关阅读:
【习题 6-10 UVA
【习题 6-9 UVA
【习题 6-8 UVA
【NOIP2016练习】T1 挖金矿(二分答案)
O(n)求1-n的逆元
【NOIP2016练习】T1 string (计数)
【NOIP2016练习】T2 跑跑步 (数论)
【NOIP2016练习】T3 tree (树形DP)
【CF679B】Theseus and labyrinth(数学,贪心)
【NOIP2016练习】T2 旅行(树形DP,换根)
原文地址:https://www.cnblogs.com/qqhfeng/p/6649344.html
最新文章
Observing Real Smartphone Applications over Multipath TCP
Makefile:944: recipe for target 'drivers' failed
Android
[android-x86] Build fails(/kconfig/zconf.tab.c:200:24: fatal error: zconf.hash.c: No such file)
深入理解:Android 编译系统
m -j32 iso_img("4.4.12Error: kernelrelease not valid
(OK) houshoul 实验
NS3
(OK)(OK) install NS-3 NS3
The Linux Kernel: Android?
热门文章
The Linux Kernel: Configuring the Kernel (Part 1)
Linux Kernel Reading Guide
Linux kernel configuration
【例题 7-6 UVA
【例题 7-5 UVA
【例题 7-4 UVA
【例题 7-3 UVA
【例题 7-2 UVA
【例题 7-1 UVA
【习题 6-11 UVA
Copyright © 2011-2022 走看看