7092.html
来自「VB技巧问答10000例 VB技巧问答10000例」· HTML 代码 · 共 23 行
HTML
23 行
<html>
<head>
<title>Re: 请教 VB 通讯传输技巧</title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>Re: 请教 VB 通讯传输技巧</h1>
</center>
<hr size=7 width=75%>
<hr size=7 width=75%><p>
Posted by <a href="mailto:callback@pcmail.com.tw">callback</a> on November 04, 1998 at 16:19:48:<p>
In Reply to: <a href="7091.html">请教 VB 通讯传输技巧</a> posted by Heng on November 04, 1998 at 16:02:54:<p>
<br>: 请问程式需要如何撰写才能使问题 2 之输出为正常值: 10101010 .<p><br>很简单, 将你的mscomm设定为binary模式即可<br> MsComm1.InputMode = comInputModeBinary<p>dim bytData(0) as byte<p>bytdata(0)=&HAA<p>MsComm1.output=bytData<p><br>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 7092-->
</ul><!--end: 7092-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?