<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forums.obdev.at/app.php/feed/topic/5569" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2011-04-06T17:38:36+02:00</updated>

	<author><name><![CDATA[Objective Development Forums]]></name></author>
	<id>https://forums.obdev.at/app.php/feed/topic/5569</id>

		<entry>
		<author><name><![CDATA[dzairo]]></name></author>
		<updated>2011-04-06T17:38:36+02:00</updated>

		<published>2011-04-06T17:38:36+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=5569&amp;p=18091#p18091</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=5569&amp;p=18091#p18091"/>
		<title type="html"><![CDATA[Re: easy UART USB bridge]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=5569&amp;p=18091#p18091"><![CDATA[
Hi.<br />I'm finish.<br />I solve problem . now I have easy HID  USB-USART bridge.<br />I use some function form CDC-USB and from HID-Data<br /><br />regards<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=4367">dzairo</a> — Wed Apr 06, 2011 5:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dzairo]]></name></author>
		<updated>2011-04-06T09:29:22+02:00</updated>

		<published>2011-04-06T09:29:22+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=5569&amp;p=18085#p18085</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=5569&amp;p=18085#p18085"/>
		<title type="html"><![CDATA[easy UART USB bridge]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=5569&amp;p=18085#p18085"><![CDATA[
Hi all.<br />I want create easy UART to from USB bridge. only one defined speed I want use .<br />I use easy HID project HID-Data.<br />On one packet can send only 8bytes on one time (7data+1ReportID) I don't need more.<br />if receive data from uart then store it to buffer and control , id data stored size are 7 then send it with usbSetInterrupt((uchar*) data, <img class="smilies" src="./../../../images/smilies/icon_cool.gif" alt="8)" title="Cool" />;<br />and on my PC receive this data. if data are less then 7bytes then I have timeout 10ms. if no data come to 10ms then send data (other are 0).<br />but I have problem if receive data more then 15bytes. <br />I don't solve problem<br /><br />Question is how can I check if data are send or not.<br /><br />Have any one some easy code how to do that??? on net is virtual serial port (work good) but I want use in HID class.<br />In HID-Data is used size 128bytes write read data from to internal EEprom. what size is max???<br /><br />any idea .<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=4367">dzairo</a> — Wed Apr 06, 2011 9:29 am</p><hr />
]]></content>
	</entry>
	</feed>
