<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://community.psion.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Developer - Windows CE/WM/Embedded - Recent Threads</title><link>http://community.psion.com/discussions/f/160.aspx</link><description /><dc:language>en-US</dc:language><generator>6.x Production</generator><item><title>Identify type of reboot</title><link>http://community.psion.com/thread/13356.aspx</link><pubDate>Fri, 17 May 2013 15:49:45 GMT</pubDate><guid isPermaLink="false">54009f3a-31b6-4c23-96d3-4890e86d45f2:13356</guid><dc:creator>Advin Elí Roblero</dc:creator><slash:comments>1</slash:comments><comments>http://community.psion.com/thread/13356.aspx</comments><wfw:commentRss>http://community.psion.com/discussions/f/160/t/13356/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi everyone;&lt;/p&gt;
&lt;p&gt;I need some help; my problem is that i need to identify what type of reboot was made in a hand held; and i need to develop an applicacion to identify it.&lt;/p&gt;
&lt;p&gt;The operating system is Windows Embedded HandHeld 6.5.&lt;/p&gt;
&lt;p&gt;Thank you very much&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Camera trigger on Psio Ep10</title><link>http://community.psion.com/thread/13334.aspx</link><pubDate>Tue, 14 May 2013 13:49:52 GMT</pubDate><guid isPermaLink="false">54009f3a-31b6-4c23-96d3-4890e86d45f2:13334</guid><dc:creator>robymun</dc:creator><slash:comments>7</slash:comments><comments>http://community.psion.com/thread/13334.aspx</comments><wfw:commentRss>http://community.psion.com/discussions/f/160/t/13334/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi i&amp;#39;m using CameraCtrlPtx project this is the link where i download the surce code&lt;/p&gt;
&lt;p&gt;http://community.psion.com/downloads/developer_sdkhdk/m/sample__demo_code/1169.aspx&lt;/p&gt;
&lt;p&gt;i found this function&lt;/p&gt;
&lt;p&gt;&amp;nbsp;picture1.SetTriggers(0);&lt;/p&gt;
&lt;p&gt;&lt;span id="result_box" lang="en"&gt;&lt;span class="hps"&gt;I would like to&lt;/span&gt; &lt;span class="hps"&gt;trigger&lt;/span&gt; &lt;span class="hps"&gt;an event&lt;/span&gt; &lt;span class="hps"&gt;when pressing the&lt;/span&gt; &lt;span class="hps"&gt;scan key&lt;/span&gt;&lt;span&gt;, how can I&lt;/span&gt; &lt;span class="hps"&gt;do?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>No icon on my shortcut</title><link>http://community.psion.com/thread/13319.aspx</link><pubDate>Fri, 10 May 2013 06:40:28 GMT</pubDate><guid isPermaLink="false">54009f3a-31b6-4c23-96d3-4890e86d45f2:13319</guid><dc:creator>themonz31</dc:creator><slash:comments>2</slash:comments><comments>http://community.psion.com/thread/13319.aspx</comments><wfw:commentRss>http://community.psion.com/discussions/f/160/t/13319/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi guys,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve created an application with a Setup.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;In the setup, I have a %CE3% section to create a shortcut to my application.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Installation works, the shortcut is well created on the desktop and works fine.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;the issue is that I don&amp;#39;t have any icon (default one only) for my shortcut.&lt;/p&gt;
&lt;p&gt;My application (a winCE one) is build with the shortcut (in the release directory, I can see my application with the right icon), but neither&lt;/p&gt;
&lt;p&gt;the shortcut nor the &amp;quot;programs\Myapplication.exe&amp;quot; have the icon associated with visual studio.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;What am I missing ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Application is killed on onTriggerEvent(TriggerEvent te)</title><link>http://community.psion.com/thread/13295.aspx</link><pubDate>Wed, 01 May 2013 18:46:59 GMT</pubDate><guid isPermaLink="false">54009f3a-31b6-4c23-96d3-4890e86d45f2:13295</guid><dc:creator>antonmennel</dc:creator><slash:comments>10</slash:comments><comments>http://community.psion.com/thread/13295.aspx</comments><wfw:commentRss>http://community.psion.com/discussions/f/160/t/13295/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;I have developed a Java application that uses the&amp;nbsp;com.teklogix.trigger.TriggerControl class to receive events when the middle scan key is pushed. Creating the TriggerControl object, registering the consumer, mapping the key and registering for events works fine. No Exceptions or Errors thrown here. However, after the last step - registering for events - automatically (without pressing any key) an onTriggerEvent is thrown. This event is of course&amp;nbsp;caught&amp;nbsp;by our class. After that, the application is closed/ended without any message. This is somehow confusing, since we are currently not doing anything in the&amp;nbsp;onTriggerEvent(TriggerEvent te) method.&lt;/p&gt;
&lt;p&gt;Here is my code:&lt;/p&gt;
&lt;p&gt;-----------------------------------------------------------------------------------&lt;br /&gt;private mcTrigger()&lt;/p&gt;
&lt;p&gt;{&lt;br /&gt; private&lt;span class="Apple-tab-span"&gt; &lt;/span&gt;String&lt;span class="Apple-tab-span"&gt; &lt;/span&gt;CLAZZ&lt;span class="Apple-tab-span"&gt; &lt;/span&gt;= &amp;quot;mcTrigger&amp;quot;;&lt;br /&gt;boolean ok = true;&lt;/p&gt;
&lt;p&gt;// create control&lt;br /&gt; try&lt;br /&gt; {&lt;br /&gt; triggerControl = new TriggerControl();&lt;br /&gt; }&lt;br /&gt; catch(OutOfMemoryError oome)&lt;br /&gt; {&lt;br /&gt; // stop working&lt;br /&gt; ok = false;&lt;br /&gt; }&lt;br /&gt; catch(Exception e)&lt;br /&gt; {&lt;br /&gt; // stop working&lt;br /&gt; ok = false;&lt;br /&gt; }&lt;/p&gt;
&lt;p&gt;// deregister consumer (just to make sure)&lt;br /&gt; if (ok)&lt;br /&gt; {&lt;br /&gt; try&lt;br /&gt; {&lt;br /&gt; triggerControl.deregisterConsumer(CLAZZ);&lt;br /&gt; }&lt;br /&gt; catch(Exception e)&lt;br /&gt; {&lt;br /&gt; // continue working&lt;br /&gt; }&lt;br /&gt; }&lt;/p&gt;
&lt;p&gt;// register consumer&lt;br /&gt; if (ok)&lt;br /&gt; {&lt;br /&gt; try&lt;br /&gt; {&lt;br /&gt; triggerControl.registerConsumer(CLAZZ);&lt;br /&gt; }&lt;br /&gt; catch(Exception e)&lt;br /&gt; {&lt;br /&gt; // stop working&lt;br /&gt; ok = false;&lt;br /&gt; }&lt;br /&gt; }&lt;/p&gt;
&lt;p&gt;int scanKey = Keyboard.translateToTriggerID(Keyboard.KEY_SCAN);&lt;/p&gt;
&lt;p&gt;// Remove all consumers currently associated with the Scan key&lt;br /&gt; if (ok)&lt;br /&gt; {&lt;br /&gt; try&lt;br /&gt; {&lt;br /&gt; triggerControl.removeAllMappings(scanKey);&lt;br /&gt; }&lt;br /&gt; catch(Exception e)&lt;br /&gt; {&lt;br /&gt; // continue working&lt;br /&gt; }&lt;br /&gt; }&lt;/p&gt;
&lt;p&gt;// add key mapping&lt;br /&gt; if (ok)&lt;br /&gt; {&lt;br /&gt; try&lt;br /&gt; {&lt;br /&gt; triggerControl.addMapping(scanKey, CLAZZ, TriggerControl.FLAGS_OVERRIDE | TriggerControl.FLAGS_TEMPORARY | TriggerControl.FLAGS_WANTS_TRIGGER_EVENTS);&lt;br /&gt; }&lt;br /&gt; catch (TriggerException tex)&lt;br /&gt; {&lt;br /&gt; if (tex.getTriggerError() != TriggerError.MAPPING_EXISTS)&lt;br /&gt; {&lt;br /&gt; // stop working&lt;br /&gt; ok = false;&lt;br /&gt; }&lt;br /&gt; }&lt;br /&gt; catch(Exception e)&lt;br /&gt; {&lt;br /&gt; // stop working&lt;br /&gt; ok = false;&lt;br /&gt; }&lt;br /&gt; }&lt;/p&gt;
&lt;p&gt;// register for events&lt;br /&gt; if (ok)&lt;br /&gt; {&lt;br /&gt; try&lt;br /&gt; {&lt;br /&gt; triggerControl.registerForEvents(CLAZZ, this);&lt;br /&gt; }&lt;br /&gt; catch(OutOfMemoryError oome)&lt;br /&gt; {&lt;br /&gt; }&lt;br /&gt; catch(Exception e)&lt;br /&gt; {&lt;br /&gt; }&lt;br /&gt; }&lt;br /&gt; }&lt;br /&gt; &lt;br /&gt; // ------------------------------&lt;br /&gt; // Interface TriggerEventListener&lt;br /&gt; // ------------------------------&lt;br /&gt; /**&lt;br /&gt; * @see TriggerEventListener#onTriggerEvent(TriggerEvent)&lt;br /&gt; */&lt;br /&gt; public void onTriggerEvent(TriggerEvent te)&lt;br /&gt; {&lt;br /&gt;System.out.println(&amp;quot;mcTrigger triggerEvent - got event: &amp;quot;);&lt;br /&gt; System.out.println(&amp;quot;- event: &amp;quot; + te);&lt;br /&gt; System.out.println(&amp;quot;- SourceId: &amp;quot; + te.getSourceId());&lt;br /&gt; System.out.println(&amp;quot;- Source: &amp;quot; + te.getSource());&lt;br /&gt; }&lt;/p&gt;
&lt;p&gt;-----------------------------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;When running the application, the end of the output log of our application shows the following:&lt;/p&gt;
&lt;p&gt;mcTrigger triggerEvent - got event: &lt;br /&gt;- event: com.teklogix.trigger.TriggerEvent[source=mcTrigger]&lt;br /&gt;- SourceId: 0&lt;br /&gt;- Source: mcTrigger&lt;/p&gt;
&lt;p&gt;Then it ends.&lt;/p&gt;
&lt;p&gt;I tried several things:&lt;/p&gt;
&lt;p&gt;- Do not register for events --&amp;gt; Application keeps running, onTriggerEvent() is not called, but&amp;nbsp;pressing the middle scan button does not do anything&lt;br /&gt;- Do not add mappings --&amp;gt; Application keeps running, onTriggerEvent() is not called, but&amp;nbsp;pressing the middle scan button does not do anything&amp;nbsp;&lt;br /&gt;- Change Flags when mapping keys --&amp;gt; No change, application is killed&lt;br /&gt;- Map another key --&amp;gt; No change, application is killed, SourceID in&amp;nbsp;onTriggerEvent is always 0, no matter what key is mapped&lt;/p&gt;
&lt;p&gt;The device I&amp;#39;m using is a Psion Workbout Pro 3:&lt;br /&gt;&amp;nbsp;&lt;a href="http://community.psion.com/cfs-file.ashx/__key/communityserver-discussions-components-files/160/6014.Screen01.jpg"&gt;&lt;img src="http://community.psion.com/resized-image.ashx/__size/200x0/__key/communityserver-discussions-components-files/160/6014.Screen01.jpg" border="0" alt=" " /&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://community.psion.com/cfs-file.ashx/__key/communityserver-discussions-components-files/160/8750.Screen02.jpg"&gt;&lt;img src="http://community.psion.com/resized-image.ashx/__size/200x0/__key/communityserver-discussions-components-files/160/8750.Screen02.jpg" border="0" alt=" " /&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://community.psion.com/cfs-file.ashx/__key/communityserver-discussions-components-files/160/0830.Screen03.jpg"&gt;&lt;img src="http://community.psion.com/resized-image.ashx/__size/200x0/__key/communityserver-discussions-components-files/160/0830.Screen03.jpg" border="0" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="line-height:0px;"&gt;Any help is much appreciated. Thanks!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Anton&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>MDSDK 6.0 CreateFile(SCS0:) exception when constructing ScannerServicesDriver</title><link>http://community.psion.com/thread/13314.aspx</link><pubDate>Wed, 08 May 2013 21:32:03 GMT</pubDate><guid isPermaLink="false">54009f3a-31b6-4c23-96d3-4890e86d45f2:13314</guid><dc:creator>coffeenkfc</dc:creator><slash:comments>9</slash:comments><comments>http://community.psion.com/thread/13314.aspx</comments><wfw:commentRss>http://community.psion.com/discussions/f/160/t/13314/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi, first time developing PSION, this is on a work about pro 3 windows mobile using VS2008, C#/.NET and MDSDK 6.0&lt;/p&gt;
&lt;p&gt;On this line of code:&lt;/p&gt;
&lt;p&gt;this.ScannerServicesDriver = new ScannerServicesDriver();&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I get the following exception:&lt;/p&gt;
&lt;p&gt;Win32Exception&lt;/p&gt;
&lt;p&gt;CreateFile(SCS0:) at PsionTeklogix.Win32.ThrowException(String message) at PsionTeklogix.Barcode.ScannerServices.ScannerServicesDriver.GetHandle() at&lt;/p&gt;
&lt;p&gt;PsionTeklogix.Barcode.ScannerServices.ScannerServicesDriver..ctor() at&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;I get the same problem with this sample app&amp;nbsp;&lt;a href="http://community.psion.com/downloads/developer_sdkhdk/m/sample__demo_code/30319.aspx"&gt;http://community.psion.com/downloads/developer_sdkhdk/m/sample__demo_code/30319.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I thought it must be because I didn&amp;#39;t copy a DLL over but I copied every DLL I can think of and still have the issue. Here&amp;#39;s a list of DLLs now sitting beside the executable on the handheld:&lt;/p&gt;
&lt;p&gt;mdsdkcore.dll&lt;br /&gt;Microsoft.WindowsCE.Forms.dll&lt;br /&gt;PsionSensorsC.dll&lt;br /&gt;PsionSensorsC.lib&lt;br /&gt;PsionSensorsNet.dll&lt;br /&gt;PsionTeklogixNet.dll&lt;br /&gt;PtxSdkCpp2008.dll&lt;br /&gt;PtxSdkWlanExCommon.dll&lt;br /&gt;PtxSdkWlanExCpp2008.dll&lt;br /&gt;PtxSdkWlanExNet.dll&lt;br /&gt;PtxSdkWwanCommon.dll&lt;br /&gt;PtxSdkWwanCpp2008.dll&lt;br /&gt;PtxSdkWwanNet.dll&lt;/p&gt;
&lt;p&gt;In my project the only reference I have is to PsionTeklogixNet&lt;/p&gt;
&lt;p&gt;I would so much appreciate someone telling me what I&amp;#39;m doing wrong, the client wanted this app yesterday (as they always do LOL).&lt;/p&gt;
&lt;p&gt;Thank you kindly,&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Code Sample for PtxRemoteSock.dll on NB Terminal</title><link>http://community.psion.com/thread/13311.aspx</link><pubDate>Tue, 07 May 2013 20:37:12 GMT</pubDate><guid isPermaLink="false">54009f3a-31b6-4c23-96d3-4890e86d45f2:13311</guid><dc:creator>mjbrandys</dc:creator><slash:comments>2</slash:comments><comments>http://community.psion.com/thread/13311.aspx</comments><wfw:commentRss>http://community.psion.com/discussions/f/160/t/13311/rss.aspx</wfw:commentRss><description>&lt;p&gt;Is there any sample code available that shows how to use the PtxRemoteSock.dll to open a TCP connection to a remote host from a Narrow band terminal?&lt;/p&gt;
&lt;p&gt;Ideally, I would like to modify an existing .NET application that makes a simple webservice call. The code currently runs on a 7535G1 / wifi terminal, and I would like to port to a NB terminal.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Disable screen rotation in code on EP10</title><link>http://community.psion.com/thread/13302.aspx</link><pubDate>Mon, 06 May 2013 08:06:08 GMT</pubDate><guid isPermaLink="false">54009f3a-31b6-4c23-96d3-4890e86d45f2:13302</guid><dc:creator>neno</dc:creator><slash:comments>3</slash:comments><comments>http://community.psion.com/thread/13302.aspx</comments><wfw:commentRss>http://community.psion.com/discussions/f/160/t/13302/rss.aspx</wfw:commentRss><description>&lt;p&gt;Is there any sample, methods how to disable screen rotation on EP10 in c#.&lt;/p&gt;
&lt;p&gt;I know it can be done via Settings/System/Screen Rotation.&lt;/p&gt;
&lt;p&gt;I have tried&amp;nbsp; System.Diagnostics.Process.Start(&amp;quot;ctlpnl.exe&amp;quot;, &amp;quot;cplmain.cpl,X,0&amp;quot;); w/o access. Where I have changed X from 0-30 w/o success.&lt;/p&gt;
&lt;p&gt;neno&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>High Quality Images</title><link>http://community.psion.com/thread/5635.aspx</link><pubDate>Wed, 13 Apr 2011 09:01:47 GMT</pubDate><guid isPermaLink="false">54009f3a-31b6-4c23-96d3-4890e86d45f2:5635</guid><dc:creator>jpassos</dc:creator><slash:comments>27</slash:comments><comments>http://community.psion.com/thread/5635.aspx</comments><wfw:commentRss>http://community.psion.com/discussions/f/160/t/5635/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is it possible ,using Ikon, to obtain images with 1600x1200 resolution ?&lt;/p&gt;
&lt;p&gt;If so, is there any minimum requirements regarding SDK used, Imager version, etc.&lt;/p&gt;
&lt;p&gt;Is there also any kind of demo code showing who to do it ?&lt;/p&gt;
&lt;p&gt;I use the code from the SDKsamples but the maximum i can get is 640x480.&lt;/p&gt;
&lt;p&gt;Thank you for your help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>App hangs when trying to close GPS. EP10</title><link>http://community.psion.com/thread/13294.aspx</link><pubDate>Tue, 30 Apr 2013 14:24:58 GMT</pubDate><guid isPermaLink="false">54009f3a-31b6-4c23-96d3-4890e86d45f2:13294</guid><dc:creator>Alutel</dc:creator><slash:comments>6</slash:comments><comments>http://community.psion.com/thread/13294.aspx</comments><wfw:commentRss>http://community.psion.com/discussions/f/160/t/13294/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using the GPSSample from Mirosoft to use the GPS data in my app. I am working with EP devices.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;My problem is that sometimes when I try to close my app it hangs when it&amp;nbsp;tries to close the GPS. This is the function which uses the sample:&lt;/p&gt;
&lt;p&gt;/// &amp;lt;summary&amp;gt;&lt;br /&gt; /// Closes the gps device.&lt;br /&gt; /// &amp;lt;/summary&amp;gt;&lt;br /&gt; public void Close()&lt;br /&gt; {&lt;br /&gt;&amp;nbsp; &amp;nbsp; if (gpsHandle != IntPtr.Zero)&lt;br /&gt;&amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; GPSCloseDevice(gpsHandle);&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; gpsHandle = IntPtr.Zero;&lt;br /&gt;&amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;// Set our native stop event so we can exit our event thread.&lt;br /&gt;&amp;nbsp; &amp;nbsp;if (stopHandle != IntPtr.Zero)&lt;br /&gt;&amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; EventModify(stopHandle, eventSet);&lt;br /&gt;&amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;// block until our event thread is finished before&lt;br /&gt;&amp;nbsp; &amp;nbsp;// we close our native event handles&lt;br /&gt;&amp;nbsp; &amp;nbsp;lock (this)&lt;br /&gt;&amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; if (newLocationHandle != IntPtr.Zero)&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CloseHandle(newLocationHandle);&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;newLocationHandle = IntPtr.Zero;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; if (deviceStateChangedHandle != IntPtr.Zero)&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CloseHandle(deviceStateChangedHandle);&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;deviceStateChangedHandle = IntPtr.Zero;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; if (stopHandle != IntPtr.Zero)&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CloseHandle(stopHandle);&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;stopHandle = IntPtr.Zero;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;br /&gt;&amp;nbsp; &amp;nbsp;}&lt;br /&gt; }&lt;/p&gt;
&lt;p&gt;There&amp;#39;s some other way to close the GPS and exit the app without hanging it?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Managing WiFi and 3G connection on WAPG3</title><link>http://community.psion.com/thread/13208.aspx</link><pubDate>Wed, 10 Apr 2013 14:16:14 GMT</pubDate><guid isPermaLink="false">54009f3a-31b6-4c23-96d3-4890e86d45f2:13208</guid><dc:creator>Mazhar Iqbal</dc:creator><slash:comments>4</slash:comments><comments>http://community.psion.com/thread/13208.aspx</comments><wfw:commentRss>http://community.psion.com/discussions/f/160/t/13208/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi&amp;nbsp;Psion Developers,&lt;/p&gt;
&lt;p&gt;One of our Software partner is looking to use the adhoc wifi network to communicate between the&amp;nbsp;WAPG3 and Pin Entry Device while also communicating from the WAPG3 to external web services via 3G.&lt;/p&gt;
&lt;p&gt;They need to understand whether&amp;nbsp;they can/should use both at the same time and/or how easily/quickly&amp;nbsp;they can switch between 3G &amp;amp; GPRS.&amp;nbsp;They like to know&amp;nbsp;if there are any known show-stoppers in this area&amp;nbsp;which can interfere with the connection. Can both connections be used at same time without any affect on each other?.Any past experiences or the advice&amp;nbsp;would be very helpful.&lt;/p&gt;
&lt;p&gt;Please&amp;nbsp;see the exact Scenario below.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://community.psion.com/cfs-file.ashx/__key/communityserver-discussions-components-files/160/0027.Wifi_5F00_3G_5F00_Scenario.jpg"&gt;&lt;img border="0" alt=" " src="http://community.psion.com/resized-image.ashx/__size/550x0/__key/communityserver-discussions-components-files/160/0027.Wifi_5F00_3G_5F00_Scenario.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Imager on WAP3 crashes device.</title><link>http://community.psion.com/thread/13297.aspx</link><pubDate>Thu, 02 May 2013 10:18:25 GMT</pubDate><guid isPermaLink="false">54009f3a-31b6-4c23-96d3-4890e86d45f2:13297</guid><dc:creator>HJ. Vorster</dc:creator><slash:comments>5</slash:comments><comments>http://community.psion.com/thread/13297.aspx</comments><wfw:commentRss>http://community.psion.com/discussions/f/160/t/13297/rss.aspx</wfw:commentRss><description>&lt;p&gt;I have an application that takes pictures(Grey scale) with the imager on a WorkAbout Pro 3, but it often crashes and de WAP3 needs to be rebooted holding down the blue FN key + Enter for 10 seconds. Maybe someone here has had this issue before and can help me out?&lt;/p&gt;
&lt;p&gt;System properties:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Windows CE - 5.0&lt;/p&gt;
&lt;p&gt;Build type - Release&lt;br /&gt;Boot code - J010q&lt;br /&gt;OS code - L100t&lt;br /&gt;Power Micro code - J010r&lt;br /&gt;Keyboard Micro code - J010r&lt;br /&gt;Scanner Beeper Firmware - N/A&lt;br /&gt;Processor - PXA270M&lt;br /&gt;Processor Speed - 624 MHz&lt;br /&gt;Ram - 256 MB&lt;br /&gt;Flash - 1024 MB&lt;br /&gt;Scanner - HHP 5X80&lt;br /&gt;Scanner Driver - V17.0.29925.6, Datecode: B063l&lt;br /&gt;Scanner Firmware - IT5180-0x0 ProjectRevision: 1.335.1.21 &lt;br /&gt;Keyboard - 55 key&lt;br /&gt;Display - Sharp&lt;br /&gt;Orientation - Portrait&lt;br /&gt;MLB type - E&lt;br /&gt;MLB Serial - A10AW002888&lt;br /&gt;Term Serial - A20B40001233&lt;br /&gt;MAC Address - &lt;br /&gt; 00:00:00:00:00:00 - USB Cable&lt;br /&gt;Bluetooth - Installed (disabled)&lt;br /&gt;PCM/CF Slots - &lt;br /&gt; TZ-530WCDMA&lt;br /&gt;MMC/SD Slot - Empty Slot&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>IESimple and Function Keys (F1, F2, F3, F4, F5)</title><link>http://community.psion.com/thread/13290.aspx</link><pubDate>Mon, 29 Apr 2013 18:57:11 GMT</pubDate><guid isPermaLink="false">54009f3a-31b6-4c23-96d3-4890e86d45f2:13290</guid><dc:creator>xioma</dc:creator><slash:comments>1</slash:comments><comments>http://community.psion.com/thread/13290.aspx</comments><wfw:commentRss>http://community.psion.com/discussions/f/160/t/13290/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi Guys,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We developed several applications with SAP ITS Mobile (web applications). In IE these applications work ok (the handheld have Windows Mobile 6); but IE works really slow, so we installed IESimple but we have a problem: in the web applications we work with event on key down from java script to manage the function keys (F1, F2, F3, F4, etc). In IE the ascii code returned in event are F1: 101 F2: 102 F3:103 F4: 104; but IESimple returns F1: 9 and F2, F3, F4 &amp;quot;undefined&amp;quot;, we need to work with function keys....do you know why this happens?&lt;/p&gt;
&lt;p&gt;thanks in advance!!&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>FileStream File Saved with UTC Time</title><link>http://community.psion.com/thread/13285.aspx</link><pubDate>Sun, 28 Apr 2013 20:05:24 GMT</pubDate><guid isPermaLink="false">54009f3a-31b6-4c23-96d3-4890e86d45f2:13285</guid><dc:creator>psionhack</dc:creator><slash:comments>0</slash:comments><comments>http://community.psion.com/thread/13285.aspx</comments><wfw:commentRss>http://community.psion.com/discussions/f/160/t/13285/rss.aspx</wfw:commentRss><description>&lt;p&gt;The time stamp on a file created and saved in a WAP3 Windows Mobile 6 .NET application appears as UTC, when viewed or copied Windows Mobile Device Center.&lt;/p&gt;
&lt;p&gt;How do we get the file time to appear as the local time?&lt;/p&gt;
&lt;p&gt;Both the PC and WAP3 are configured for the same time zone.&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Getting images from the imager on the EP10 in C++</title><link>http://community.psion.com/thread/13282.aspx</link><pubDate>Fri, 26 Apr 2013 15:26:27 GMT</pubDate><guid isPermaLink="false">54009f3a-31b6-4c23-96d3-4890e86d45f2:13282</guid><dc:creator>david@imense.com</dc:creator><slash:comments>2</slash:comments><comments>http://community.psion.com/thread/13282.aspx</comments><wfw:commentRss>http://community.psion.com/discussions/f/160/t/13282/rss.aspx</wfw:commentRss><description>&lt;p&gt;I know this is a big ask but does anyone have a C++ code snipped that would&lt;/p&gt;
&lt;p&gt;1) initialise the greyscale imager to take full resolution greyscale photo type images&lt;/p&gt;
&lt;p&gt;2) trigger the imager&lt;/p&gt;
&lt;p&gt;3) pass the pixel data into a C++ routine.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The example code dumps a veery subsampled image straight to disk.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Time Synchronisation on EP10 and IKON</title><link>http://community.psion.com/thread/13246.aspx</link><pubDate>Thu, 18 Apr 2013 12:15:02 GMT</pubDate><guid isPermaLink="false">54009f3a-31b6-4c23-96d3-4890e86d45f2:13246</guid><dc:creator>Mazhar Iqbal</dc:creator><slash:comments>12</slash:comments><comments>http://community.psion.com/thread/13246.aspx</comments><wfw:commentRss>http://community.psion.com/discussions/f/160/t/13246/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;One of our customer has been using Ikon&amp;#39;s and EP10&amp;#39;s. They are using some sort of iClient (Java client) and software provider has stated that Psion devices (EP10 and Ikon&amp;#39;s) returning the wrong time to Java client after this BST time change. It&amp;#39;s showing 1 Hrs behind the correct time. The time on the IKon&amp;#39;s and EP10 always shows the correct time, and they also have time Synchronisation set up within SOTI server.&lt;/p&gt;
&lt;p&gt;The time that is shown incorrectly is within iClient. Could some give any suggestions. I am suspecting the wrong function being used to get the time from our devices. I am sure one our top developer would come with the answer and solution &lt;img src="http://community.psion.com/emoticons/emotion-1.gif" alt="Smile" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Scirpting in Omnii XT15</title><link>http://community.psion.com/thread/13270.aspx</link><pubDate>Tue, 23 Apr 2013 22:45:44 GMT</pubDate><guid isPermaLink="false">54009f3a-31b6-4c23-96d3-4890e86d45f2:13270</guid><dc:creator>ann.dalisay</dc:creator><slash:comments>1</slash:comments><comments>http://community.psion.com/thread/13270.aspx</comments><wfw:commentRss>http://community.psion.com/discussions/f/160/t/13270/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Good day.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;We are trying to explore regarding the capabilities of Omnii XT15, This will be connected to the application. I would like to ask if Omnii XT15 has the capable of doing scripting such as Macro Programming or Visual Basic Programming? We would like to compare the variables (alphanumeric) to our database.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Is this possible? If yes, How? Can you provide us instruction or short details about this.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Hoping for your favorable response&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;God Bless&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Needed RAS server on WEH6.5 (EP-10)</title><link>http://community.psion.com/thread/13237.aspx</link><pubDate>Wed, 17 Apr 2013 10:08:17 GMT</pubDate><guid isPermaLink="false">54009f3a-31b6-4c23-96d3-4890e86d45f2:13237</guid><dc:creator>Pawel L - AXED</dc:creator><slash:comments>4</slash:comments><comments>http://community.psion.com/thread/13237.aspx</comments><wfw:commentRss>http://community.psion.com/discussions/f/160/t/13237/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We need to integrate a reader with EP-10 (or MC67), so we need an information if that&amp;#39;s possible to run RAS server on WEH6.5. &lt;br /&gt;Following this entry on IW:&amp;nbsp;&lt;a href="http://community.psion.com/knowledge/w/knowledgebase/1302.ras-remote-access-service-8000271.aspx"&gt;http://community.psion.com/knowledge/w/knowledgebase/1302.ras-remote-access-service-8000271.aspx&lt;/a&gt;&amp;nbsp;I sadly suppose, that there&amp;#39;s no RAS server on WEH6.5, but only outgoing connections using connection manager. That&amp;#39;s not 100% clear for me, so my question is:&lt;/p&gt;
&lt;p&gt;Is running incoming connection on WEH6.5 possible? If so - how?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>database fields with french accents</title><link>http://community.psion.com/thread/13228.aspx</link><pubDate>Mon, 15 Apr 2013 16:55:09 GMT</pubDate><guid isPermaLink="false">54009f3a-31b6-4c23-96d3-4890e86d45f2:13228</guid><dc:creator>Bill</dc:creator><slash:comments>2</slash:comments><comments>http://community.psion.com/thread/13228.aspx</comments><wfw:commentRss>http://community.psion.com/discussions/f/160/t/13228/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am using System.Data.SqlServerCe in my applocation for the psion wap3 windows CE and I am having a strange problem.&lt;/p&gt;
&lt;p&gt;I have a simple table with two nvarchar fields and in one of them I want to put utf8 strings ( ie ones that can have french accents )&lt;/p&gt;
&lt;p&gt;I am loading data into them with INSERT Destinations(id,description) VALUES (...&lt;/p&gt;
&lt;p&gt;But records with french accents do not go in and the table seems to become corrupt somehow.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t know how to get around that. Any suggestions would be ap[appreciated.&lt;/p&gt;
&lt;p&gt;Thanks, Bill&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How many developers use ICS (instead of SCS) for barcode capture?</title><link>http://community.psion.com/thread/13134.aspx</link><pubDate>Fri, 22 Mar 2013 05:39:17 GMT</pubDate><guid isPermaLink="false">54009f3a-31b6-4c23-96d3-4890e86d45f2:13134</guid><dc:creator>Steven Cox</dc:creator><slash:comments>2</slash:comments><comments>http://community.psion.com/thread/13134.aspx</comments><wfw:commentRss>http://community.psion.com/discussions/f/160/t/13134/rss.aspx</wfw:commentRss><description>&lt;p&gt;&lt;span style="font-size:medium;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:medium;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p align="center"&gt;[Please visit the site to access the poll]&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Any VB.NET sample code to read barcodes and take photographs from multiple forms?</title><link>http://community.psion.com/thread/4422.aspx</link><pubDate>Mon, 07 Feb 2011 10:13:32 GMT</pubDate><guid isPermaLink="false">54009f3a-31b6-4c23-96d3-4890e86d45f2:4422</guid><dc:creator>James Bull</dc:creator><slash:comments>10</slash:comments><comments>http://community.psion.com/thread/4422.aspx</comments><wfw:commentRss>http://community.psion.com/discussions/f/160/t/4422/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi All -&lt;/p&gt;
&lt;p&gt;I&amp;#39;d like to know if we have any VB.NET sample code to read barcodes in 3 or 4 different forms / pages,&amp;nbsp; and take a photo on each one using the camera.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;We have sample code in C# but do we have VB.NET code? &lt;/p&gt;
&lt;p&gt;I appreciate you can get converters to convert c# to VB but it would be useful to have a set VB sample code base as well as the C#. &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;James&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Change the Current SSID Programatically</title><link>http://community.psion.com/thread/13179.aspx</link><pubDate>Thu, 04 Apr 2013 21:50:01 GMT</pubDate><guid isPermaLink="false">54009f3a-31b6-4c23-96d3-4890e86d45f2:13179</guid><dc:creator>psionhack</dc:creator><slash:comments>7</slash:comments><comments>http://community.psion.com/thread/13179.aspx</comments><wfw:commentRss>http://community.psion.com/discussions/f/160/t/13179/rss.aspx</wfw:commentRss><description>&lt;p&gt;Is there a known method/technique for changing the current SSID in a WAP3 with a Summit WLAN adapter?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The idea is to be able to switch over to another backup network if required without user intervention.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Check GPRS Connection</title><link>http://community.psion.com/thread/13195.aspx</link><pubDate>Mon, 08 Apr 2013 13:57:11 GMT</pubDate><guid isPermaLink="false">54009f3a-31b6-4c23-96d3-4890e86d45f2:13195</guid><dc:creator>themonz31</dc:creator><slash:comments>9</slash:comments><comments>http://community.psion.com/thread/13195.aspx</comments><wfw:commentRss>http://community.psion.com/discussions/f/160/t/13195/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Working with Windows CE 5 or 6 (depending on the project)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I would like to know how to check by code that the GPRS connection in ok ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Nicolas Toulouse&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Use the DS3578 on Windows CE</title><link>http://community.psion.com/thread/13183.aspx</link><pubDate>Fri, 05 Apr 2013 13:19:07 GMT</pubDate><guid isPermaLink="false">54009f3a-31b6-4c23-96d3-4890e86d45f2:13183</guid><dc:creator>themonz31</dc:creator><slash:comments>0</slash:comments><comments>http://community.psion.com/thread/13183.aspx</comments><wfw:commentRss>http://community.psion.com/discussions/f/160/t/13183/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;My question will be quite simple...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have a DS3578 (Hand scan) that I can use connected to my Laptop (running Windows XP / Seven). I have installed driver from motorola&lt;/p&gt;
&lt;p&gt;to use a com object Interop.CoreScanner to handle the scanner. Thus, I am able to switch the scanner to &amp;quot;SNAPI Imager&amp;quot; mode and get a image&lt;/p&gt;
&lt;p&gt;when asked to the scanner.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Now, I&amp;#39;ve got to make this work on a 8530 terminal. This terminal is running under Windows CE and this is my point... Is there any way to&lt;/p&gt;
&lt;p&gt;make it works on this platform ? I&amp;#39;ve searched for Windows CE driver but nothing is available. I just want to &amp;quot;plug&amp;quot; my scanner to a usb port of&lt;/p&gt;
&lt;p&gt;the 8530 (to plug the docking station of the DS3578 to be more precise) and be able to get &amp;quot;image&amp;quot; capture from the scanner (as I do under XP/Seven/8).&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I really need clues because I&amp;#39;m stucked and don&amp;#39;t know what to try...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;thanks for any ideas, even silly one... (except the fact to give up and choose a product under XP)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Nicolas, Toulouse&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>POLL:  Open TekTerm and SSL</title><link>http://community.psion.com/thread/13166.aspx</link><pubDate>Tue, 02 Apr 2013 14:16:03 GMT</pubDate><guid isPermaLink="false">54009f3a-31b6-4c23-96d3-4890e86d45f2:13166</guid><dc:creator>Steven Cox</dc:creator><slash:comments>5</slash:comments><comments>http://community.psion.com/thread/13166.aspx</comments><wfw:commentRss>http://community.psion.com/discussions/f/160/t/13166/rss.aspx</wfw:commentRss><description>&lt;p&gt;&lt;span style="font-size:medium;"&gt;We&amp;#39;re doing research on enhancements for Open TekTerm.&amp;nbsp;One of the features is SSL (&lt;span id="Secure_shell_tunneling" class="mw-headline"&gt;Secure Socket Layer):&amp;nbsp; &lt;a href="http://en.wikipedia.org/wiki/Secure_Sockets_Layer"&gt;http://en.wikipedia.org/wiki/Secure_Sockets_Layer&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:arial,helvetica,sans-serif;font-size:medium;"&gt;With the Secure Sockets Layer (SSL) protocol, it is possible to establish a secure connection between the AS/400 and a Telnet client.&lt;/span&gt;&lt;span style="font-size:medium;"&gt;&lt;span class="mw-headline"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:medium;"&gt;&lt;span class="mw-headline"&gt;Please vote &amp;#39;Yes&amp;#39; if there is&lt;span style="color:#000000;font-family:arial,helvetica,sans-serif;font-size:medium;"&gt; demand for SSL when using TekTerm for direct connections or without the Communication Server:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:medium;"&gt;&lt;span class="mw-headline"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;p align="center"&gt;[Please visit the site to access the poll]&lt;/p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>8525 G2 VMT Serial Port Data</title><link>http://community.psion.com/thread/13163.aspx</link><pubDate>Mon, 01 Apr 2013 07:04:08 GMT</pubDate><guid isPermaLink="false">54009f3a-31b6-4c23-96d3-4890e86d45f2:13163</guid><dc:creator>Vinay.Singh</dc:creator><slash:comments>5</slash:comments><comments>http://community.psion.com/thread/13163.aspx</comments><wfw:commentRss>http://community.psion.com/discussions/f/160/t/13163/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We have an application on 8525 G2 VMT. The app has&amp;nbsp;developed the serial port interface with the VMT. The app expects the data on the serial port and is capable of fetching data. The issue is when we configure the VMT (Serial port) it consider this as a Scanner and puts the data wherever the cursor is. We need to configure the device in such a way that the data does not goes into text fileds, if we can disable the option of populating the text fields with the serial port data, we can process the data as and when required as per the application requires.&lt;/p&gt;
&lt;p&gt;Thanks and Regards,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>