⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bbs_content.jsp.htm

📁 CS5532的驱动程序
💻 HTM
📖 第 1 页 / 共 5 页
字号:

		<table style="table-layout: fixed;" border="0" cellpadding="6" cellspacing="0" width="100%">
			<tbody><tr>
				<td class="f03" rowspan="2" style="border-style: solid; border-color: rgb(255, 255, 255) rgb(255, 255, 255) rgb(255, 255, 255) rgb(187, 187, 187); border-width: 0.5pt;" align="left" bgcolor="#d1d9e2" valign="top" width="19%">
					【8楼】 <font color="#000000">rainboyfdy  </font><br>
					
					积分:<font color="#000000">62</font><br>
					派别:<font color="#000000"></font><br>
					等级:<font color="#000000">------</font><br>
					来自:<font color="#000000"></font><br>
				</td>	
				<td class="f03" style="border-style: solid solid none none; border-color: rgb(255, 255, 255) rgb(187, 187, 187) -moz-use-text-color -moz-use-text-color; border-width: 0.5pt 0.5pt medium medium;" bgcolor="#d1d9e2" valign="top" width="81%">		
			       <font color="#000000">谢谢&nbsp;biansf2001&nbsp;花溅泪.......偶回去调试一下试试

<br></font>
				</td>
			</tr>	
			<tr>
			   <td class="f03" style="border-style: none solid solid none; border-color: -moz-use-text-color rgb(187, 187, 187) rgb(255, 255, 255) -moz-use-text-color; border-width: medium 0.5pt 0.5pt medium;" bgcolor="#d1d9e2" valign="bottom">
			   	   
			   </td>
			</tr>
			<tr>
				<td class="f03" style="border-style: none solid solid; border-color: -moz-use-text-color rgb(255, 255, 255) rgb(187, 187, 187) rgb(187, 187, 187); border-width: medium 0.5pt 0.5pt;" align="left" bgcolor="#d1d9e2" width="19%">
		         <img src="bbs_content.jsp_files/pixel.gif" height="1" width="7">2005-09-24,22:00:01
		        </td>
				<td class="f03" style="border-style: none solid solid none; border-color: -moz-use-text-color rgb(187, 187, 187) rgb(187, 187, 187) -moz-use-text-color; border-width: medium 0.5pt 0.5pt medium;" bgcolor="#d1d9e2" valign="top" width="81%">
					<table width="100%">
						<tbody><tr>
						   <td align="left">
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="7">
						   <a href="http://www.ouravr.com/bbs/user_information.jsp?user_name=rainboyfdy" class="tt4" target="_blank">资料</a>
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="7">
						   <span class="f01">邮件</span>
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="7">
						    
						   </td>
						   
						   <td align="right">
				   
						   
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="2">
						   
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="2">
						   						   
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="2">						   
						   
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="2">
						   
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="2">
						   
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="2">									   
						   
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="2">			
						      	
												   
						   <span class="f01">编辑</span>
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="7">
						   <span class="f01">删除</span>
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="7">
						   
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="7">				   				   
						   </td>
						</tr>
					</tbody></table>
				</td>	
			</tr>	
		</tbody></table>
		 
	
	
	 
	
	
	

   


		<table style="table-layout: fixed;" border="0" cellpadding="6" cellspacing="0" width="100%">
			<tbody><tr>
				<td class="f03" rowspan="2" style="border-style: none solid solid; border-color: -moz-use-text-color rgb(187, 187, 187) rgb(187, 187, 187); border-width: medium 0.5pt 0.5pt;" align="left" bgcolor="#e8e8e8" valign="top" width="19%">
					【9楼】 <font color="#000000">rainboyfdy  </font><br>
					
					积分:<font color="#000000">62</font><br>
					派别:<font color="#000000"></font><br>
					等级:<font color="#000000">------</font><br>
					来自:<font color="#000000"></font><br>
				</td>	
				<td class="f03" style="border-style: none solid none none; border-color: -moz-use-text-color rgb(187, 187, 187) -moz-use-text-color -moz-use-text-color; border-width: medium 0.5pt medium medium;" bgcolor="#e8e8e8" valign="top" width="81%">		
			       <font color="#000000">我下面的函数是配置积存器的,但好象没有配置成功。biansf2001&nbsp;花溅泪指出的毛病我也改了,可还是不行。。。下面的代码应该没问题啊。。。诸位有转换CS5522的通信实例吗?最简明的。

<br>

<br>

<br>void&nbsp;Read_data()&nbsp;/*从CS&nbsp;5522里读3个数据转换后的字节*/

<br>{

<br>&nbsp;&nbsp;Write_CS5522(0xff);&nbsp;

<br>&nbsp;&nbsp;Write_CS5522(0b11111110);&nbsp;

<br>&nbsp;&nbsp;uchar&nbsp;high_byte,mid_byte,low_byte;

<br>&nbsp;&nbsp;Write_CS5522(0x0B);&nbsp;/*读配置寄存器*/

<br>&nbsp;&nbsp;high_byte=Read_5522();

<br>&nbsp;&nbsp;mid_byte=Read_5522();

<br>&nbsp;&nbsp;low_byte=Read_5522();

<br>&nbsp;&nbsp;high_byte=(high_byte&amp;0xF8);&nbsp;/*屏蔽LP,RC,MC*/

<br>&nbsp;&nbsp;Write_CS5522(0x03);

<br>&nbsp;&nbsp;Write_CS5522(high_byte);

<br>&nbsp;&nbsp;Write_CS5522(mid_byte);

<br>&nbsp;&nbsp;low_byte=0xff;(在这里我有意改低字节值,后面再读看看还是不是0XFF)

<br>&nbsp;&nbsp;Write_CS5522(low_byte);

<br>&nbsp;&nbsp;&nbsp;

<br>&nbsp;&nbsp;#ifdef&nbsp;TEST2&nbsp;&nbsp;

<br>&nbsp;&nbsp;Write_CS5522(0xff);&nbsp;

<br>&nbsp;&nbsp;Write_CS5522(0b11111110);&nbsp;

<br>&nbsp;&nbsp;Write_CS5522(0x0B);&nbsp;/*读配置寄存器*/

<br>&nbsp;&nbsp;high_byte=Read_5522();

<br>&nbsp;&nbsp;mid_byte=Read_5522();

<br>&nbsp;&nbsp;low_byte=Read_5522();&nbsp;&nbsp;//这里读出来的不是0XFF,怎么回事情?

<br>&nbsp;&nbsp;ClearLED();

<br>

<br>&nbsp;&nbsp;Display(low_byte&gt;&gt;4,0);

<br>&nbsp;&nbsp;

<br>&nbsp;&nbsp;#endif

<br>}</font>
				</td>
			</tr>	
			<tr>
			   <td class="f03" style="border-style: none solid solid none; border-color: -moz-use-text-color rgb(187, 187, 187) rgb(187, 187, 187) -moz-use-text-color; border-width: medium 0.5pt 0.5pt medium;" bgcolor="#e8e8e8" valign="bottom">
			   	   
			   </td>
			</tr>
			<tr>
				<td class="f03" style="border-style: none solid solid; border-color: -moz-use-text-color rgb(187, 187, 187) rgb(187, 187, 187); border-width: medium 0.5pt 0.5pt;" align="left" bgcolor="#e8e8e8" width="19%">
		         <img src="bbs_content.jsp_files/pixel.gif" height="1" width="7">2005-09-25,18:36:31
		        </td>
				<td class="f03" style="border-style: none solid solid none; border-color: -moz-use-text-color rgb(187, 187, 187) rgb(187, 187, 187) -moz-use-text-color; border-width: medium 0.5pt 0.5pt medium;" bgcolor="#e8e8e8" valign="top" width="81%">
					<table width="100%">
						<tbody><tr>
						   <td align="left">
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="7">
						   <a href="http://www.ouravr.com/bbs/user_information.jsp?user_name=rainboyfdy" class="tt4" target="_blank">资料</a>
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="7">
						   <span class="f01">邮件</span>
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="7">
						    
						   </td>
						   
						   <td align="right">
				   
						   
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="2">
						   
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="2">
						   						   
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="2">						   
						   
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="2">
						   
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="2">
						   
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="2">									   
						   
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="2">			
						      	
												   
						   <span class="f01">编辑</span>
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="7">
						   <span class="f01">删除</span>
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="7">
						   
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="7">				   				   
						   </td>
						</tr>
					</tbody></table>
				</td>	
			</tr>	
		</tbody></table>
		 
	
	
	 
	
	
	

   


		<table style="table-layout: fixed;" border="0" cellpadding="6" cellspacing="0" width="100%">
			<tbody><tr>
				<td class="f03" rowspan="2" style="border-style: solid; border-color: rgb(255, 255, 255) rgb(255, 255, 255) rgb(255, 255, 255) rgb(187, 187, 187); border-width: 0.5pt;" align="left" bgcolor="#d1d9e2" valign="top" width="19%">
					【10楼】 <font color="#000000">biansf2001  花溅泪</font><br>
					<img src="bbs_content.jsp_files/armok0131242.GIF" height="96" width="120"><br>
					积分:<font color="#000000">626</font><br>
					派别:<font color="#000000"></font><br>
					等级:<font color="#000000">------</font><br>
					来自:<font color="#000000">河南郑州</font><br>
				</td>	
				<td class="f03" style="border-style: solid solid none none; border-color: rgb(255, 255, 255) rgb(187, 187, 187) -moz-use-text-color -moz-use-text-color; border-width: 0.5pt 0.5pt medium medium;" bgcolor="#d1d9e2" valign="top" width="81%">		
			       <font color="#000000">明天上班给你我的程序</font>
				</td>
			</tr>	
			<tr>
			   <td class="f03" style="border-style: none solid solid none; border-color: -moz-use-text-color rgb(187, 187, 187) rgb(255, 255, 255) -moz-use-text-color; border-width: medium 0.5pt 0.5pt medium;" bgcolor="#d1d9e2" valign="bottom">
			   	   
			   </td>
			</tr>
			<tr>
				<td class="f03" style="border-style: none solid solid; border-color: -moz-use-text-color rgb(255, 255, 255) rgb(187, 187, 187) rgb(187, 187, 187); border-width: medium 0.5pt 0.5pt;" align="left" bgcolor="#d1d9e2" width="19%">
		         <img src="bbs_content.jsp_files/pixel.gif" height="1" width="7">2005-09-25,20:07:17
		        </td>
				<td class="f03" style="border-style: none solid solid none; border-color: -moz-use-text-color rgb(187, 187, 187) rgb(187, 187, 187) -moz-use-text-color; border-width: medium 0.5pt 0.5pt medium;" bgcolor="#d1d9e2" valign="top" width="81%">
					<table width="100%">
						<tbody><tr>
						   <td align="left">
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="7">
						   <a href="http://www.ouravr.com/bbs/user_information.jsp?user_name=biansf2001" class="tt4" target="_blank">资料</a>
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="7">
						   <a href="mailto:biansf2001@sohu.com" class="tt4">邮件</a>
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="7">
						    
						   </td>
						   
						   <td align="right">
				   
						   
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="2">
						   
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="2">
						   						   
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="2">						   
						   
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="2">
						   
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="2">
						   
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="2">									   
						   
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="2">			
						      	
												   
						   <span class="f01">编辑</span>
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="7">
						   <span class="f01">删除</span>
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="7">
						   
						   <img src="bbs_content.jsp_files/pixel.gif" height="1" width="7">				   				   
						   </td>
						</tr>
					</tbody></table>
				</td>	
			</tr>	
		</tbody></table>
		 
	
	
	 
	
	
	

   


		<table style="table-layout: fixed;" border="0" cellpadding="6" cellspacing="0" width="100%">
			<tbody><tr>
				<td class="f03" rowspan="2" style="border-style: none solid solid; border-color: -moz-use-text-color rgb(187, 187, 187) rgb(187, 187, 187); border-width: medium 0.5pt 0.5pt;" align="left" bgcolor="#e8e8e8" valign="top" width="19%">
					【11楼】 <font color="#000000">wenhuaxiao  </font><br>
					
					积分:<font color="#000000">76</font><br>
					派别:<font color="#000000"></font><br>
					等级:<font color="#000000">------</font><br>
					来自:<font color="#000000"></font><br>
				</td>	
				<td class="f03" style="border-style: none solid none none; border-color: -moz-use-text-color rgb(187, 187, 187) -moz-use-text-color -moz-use-text-color; border-width: medium 0.5pt medium medium;" bgcolor="#e8e8e8" valign="top" width="81%">		
			       <font color="#000000">我在用CS5523,等待中......</font>
				</td>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -