搜索结果
找到约 1,067 项符合
RS-485 的查询结果
软件设计/软件工程 使用LPC2109的事实监控系统
使用LPC2109的事实监控系统,可监控两路0-5V的信号,附带指示灯(明暗可变),能够CAN通讯,支持ISP(RS-232),12V供电。
嵌入式/单片机编程 TMS320F28335 SCI 串口通信例程
TMS320F28335 SCI 串口通信例程,485通信协议
单片机开发 //实验板的AVR程序
//实验板的AVR程序,驱动1602LCM(可显示2行,每行16个字符)模块显示实验练习。
//说明:RS高显示/低指令输入 RW高读/低写 EN高读数据/下降沿写数据
//具体电路可参照使用指南里的说明。每个字符为5×7或5×8的点阵,共16×2个字符。
//使用器件:ATMEGA8535,可更换。 使用默认的片内RC振荡器,1MHz。
//接 ...
SQL Server HashTable实例 public class HashTable_msg { public HashTable_msg() { String sum_sql="select
HashTable实例
public class HashTable_msg {
public HashTable_msg()
{
String sum_sql="select mobilenum,count(*) from SJSJ_Msg where (left(in_date,6)=(select left(CONVERT(varchar(12) , getdate(), 112 ),6)))group by mobilenum"
Hashtable<String,Integer> ht = new Hashtable<String,Integer>() ...
Java书籍 With this example-driven book, you get a quick, practical, and thorough introduction to Java s API f
With this example-driven book, you get a quick, practical, and thorough introduction to Java s API for XML Web Services (JAX-WS) and the Java API for RESTful Web Services (JAX-RS).
文章/文档 该文章是有关信道编码
该文章是有关信道编码,即RS码的编译码程序,是基于C语言实现的。其中包括具体实现的例子
Jsp/Servlet public class guestbook{ String sDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver" String sConnStr = "
public class guestbook{
String sDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver"
String sConnStr = "jdbc:odbc:guestbook"
Connection conn = null
ResultSet rs = null
串口编程 串行通信接口标准经过使用和发展
串行通信接口标准经过使用和发展,目前已经有几种。但都是在RS-232标准的基础上
经过改进而形成的。所以,以RS-232C为主来讨论。RS-323C 标准是美国EIA(电子工业联合
会)与BELL等公司一起开发的1969 年公布的通信协议。它适合于数据传输速率在0~
20000b/s 范围内的通信。这个标准对串行通信接口的有关问题,如信号线功能 ...