<?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/3881" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2010-02-12T20:58:24+02:00</updated>

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

		<entry>
		<author><name><![CDATA[Grendel]]></name></author>
		<updated>2010-02-12T20:58:24+02:00</updated>

		<published>2010-02-12T20:58:24+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3881&amp;p=13225#p13225</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3881&amp;p=13225#p13225"/>
		<title type="html"><![CDATA[Re: Full ttl connects]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3881&amp;p=13225#p13225"><![CDATA[
V-USB is all about programming. Even if you use a more hardware oriented chip (like the <a href="http://www.pjrc.com/teensy/" class="postlink">ATmega32U4</a> &lt;-- click this ) it's still mostly programming. It's the <a href="http://www.beyondlogic.org/usbnutshell/usb-in-a-nutshell.pdf" class="postlink">nature of USB</a>.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=101">Grendel</a> — Fri Feb 12, 2010 8:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gcodori]]></name></author>
		<updated>2010-02-11T20:43:37+02:00</updated>

		<published>2010-02-11T20:43:37+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3881&amp;p=13212#p13212</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3881&amp;p=13212#p13212"/>
		<title type="html"><![CDATA[Re: Full ttl connects]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3881&amp;p=13212#p13212"><![CDATA[
Unfortunately - my programming skills are next to zero.  I was hoping that there may have been a way to access these like on the standalone chips (which all seem to be surface mount and harder to work with for the hobbyist).<br /><br />GC<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=3518">gcodori</a> — Thu Feb 11, 2010 8:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Grendel]]></name></author>
		<updated>2010-02-11T09:14:36+02:00</updated>

		<published>2010-02-11T09:14:36+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3881&amp;p=13206#p13206</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3881&amp;p=13206#p13206"/>
		<title type="html"><![CDATA[Re: Full ttl connects]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3881&amp;p=13206#p13206"><![CDATA[
Should be possible. You'll have to add some CDC/PSTN subclass specific control transfers, namely SetControlLineState (see PSTN120.pdf, 6.3.12) and GetSerialState (see PSTN120.pdf, 6.5.4). The document refered to is located at <a href="http://www.usb.org/developers/devclass_docs#approved" class="postlink">usb.org</a>, in <a href="http://www.usb.org/developers/devclass_docs/CDC1.2_WMC1.1.zip" class="postlink">this archive</a>.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=101">Grendel</a> — Thu Feb 11, 2010 9:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gcodori]]></name></author>
		<updated>2010-02-10T22:46:06+02:00</updated>

		<published>2010-02-10T22:46:06+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3881&amp;p=13203#p13203</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3881&amp;p=13203#p13203"/>
		<title type="html"><![CDATA[Full ttl connects]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3881&amp;p=13203#p13203"><![CDATA[
I am interested in using the v-usb solution in converting an existing design from serial/parallel to usb.  The existing design utilizes RTS-O, CTS-I, TX-O, RX-I.  The schematic is posted at <!-- m --><a class="postlink" href="http://www.afticarr.com/FileDownloads/LocoBuffer_AFTICARR/LocoBuffer_AFTICARR.pdf">http://www.afticarr.com/FileDownloads/L ... TICARR.pdf</a><!-- m --><br /><br />This is a simple connection between a computer and a model railroad control system.  The PIC in the design is for traffic management, as lots of data is sent in most RR control systems.<br /><br />All of the designs for USB solutions only include the TX and RX and not CTS and RTS.  Is there a way to implement this in v-usb?<br /><br />My goal would be to substitute the v-usb in a similar fashion as was done via bluetooth per this design <!-- m --><a class="postlink" href="http://www.kevinrowejones.com/locobufferblue/LocoBufferBlue.pdf">http://www.kevinrowejones.com/locobuffe ... erBlue.pdf</a><!-- m --><br /><br />I could buy a sparkfun USB solution that includes ALL ttl lines, but wanted a DIY solution.<br /><br />Any thought?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=3518">gcodori</a> — Wed Feb 10, 2010 10:46 pm</p><hr />
]]></content>
	</entry>
	</feed>
