<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Florent Clairambault &#187; OBEX</title>
	<atom:link href="http://florent.clairambault.fr/tag/obex/feed" rel="self" type="application/rss+xml" />
	<link>http://florent.clairambault.fr</link>
	<description></description>
	<lastBuildDate>Thu, 09 Sep 2010 23:45:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>TC65 Module Exchange Suite (MES) problems</title>
		<link>http://florent.clairambault.fr/tc65-module-exchange-suite-mes-problems?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=tc65-module-exchange-suite-mes-problems</link>
		<comments>http://florent.clairambault.fr/tc65-module-exchange-suite-mes-problems#comments</comments>
		<pubDate>Sat, 03 Oct 2009 19:20:12 +0000</pubDate>
		<dc:creator>Florent Clairambault</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Cinterion]]></category>
		<category><![CDATA[MES]]></category>
		<category><![CDATA[OBEX]]></category>
		<category><![CDATA[TC65]]></category>

		<guid isPermaLink="false">http://florent.clairambault.fr/?p=1748</guid>
		<description><![CDATA[When you want to locally deploy software on your TC65 chip, you need the Module Exchange Suite (MES). If it doesn&#8217;t work, it won&#8217;t tell you why, finding out why can be quite tricky. If you want to find out why the communication with your TC65 failed, the best way is to use the portmon [...]]]></description>
			<content:encoded><![CDATA[<p>When you want to locally deploy software on your TC65 chip, you need the Module Exchange Suite (MES). If it doesn&#8217;t work, it won&#8217;t tell you why, finding out why can be quite tricky. </p>
<p>If you want to find out why the communication with your TC65 failed, the best way is to use the <a href="http://technet.microsoft.com/en-us/sysinternals/bb896644.aspx">portmon tool</a> and see what is exchanged between the MESServer.exe and the chip.</p>
<p>I collected 3 portmon captures that could help you diagnose your MES communication problems :</p>
<ul>
<li><a href="http://florent.clairambault.fr/wp-content/uploads/2009/10/florent_mes.txt">Here</a> is a successful MES files listing at 19200 bps. You can see that it sends the &#8220;AT+CGMM&#8221; at different bit rates unless it gets a good response. Then it sets some serial communication options. And then it sends the &#8220;AT^SQWE=100&#8243; commands which fails and then establish a successful link using the &#8220;AT^SQWE=3&#8243; command.</li>
<li><a href="http://florent.clairambault.fr/wp-content/uploads/2009/10/florent_mes_failed.txt">Here</a> a failed MES file listing. Here, after the &#8220;&#8221;AT^SQWE=3&#8243;&#8221; is sent, MES sends a 26 bytes message and receives a 41 bytes message from the chip. Then it should request the file listing. But here, MES doesn&#8217;t request anything. Maybe MES doesn&#8217;t work well, or maybe the reply from the chip doesn&#8217;t satisfy his requirements.<br />
Anyway, after that it should send a 27 bytes message containing : &#8220;x-obex/folder-listing&#8221;, and it should get the file listing. But it doesn&#8217;t. It reads on the serial port like if it was still waiting for something. And finally, it closes the connection (with &#8220;+++&#8221;).</li>
<li><a href="http://florent.clairambault.fr/wp-content/uploads/2009/10/florent_mes_failed.txt">Here</a> a totally failed communication. Here it&#8217;s because the modem gets stuck on waiting for the modem hardware flow control (&#8220;IOCTL_SERIAL_GET_MODEMSTATUS&#8221;) when it&#8217;s only a 3 wires (TX,RX,GND) communication. So MES never reads or writes anything.</li>
</ul>
<p>If you have the same kind of problem, you can send me your portmon capture file.</p>
]]></content:encoded>
			<wfw:commentRss>http://florent.clairambault.fr/tc65-module-exchange-suite-mes-problems/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
