Browse by Tags

Tagged Content List
  • Forum Post: Unable to Determine Status of Bona Fide Wakeup Source

    An attempt to determine whether touch is enabled as a wake-up source as per the code If PsionTeklogix.Power.PowerManagement.IsWakeupSourceEnabled(PsionTeklogix.Power.WakeupSources.Touch) Then <dosomething> End If throws the exception System.ApplicationException was unhandled Message...
  • Forum Post: Workabout Pro 3 - Barcode reader stops returning

    Hi Psion I am developing a solution for your Workabout Pro 3. To receive barcode information, i have slightly modified your Continous Scan Mode demo program. This mostly works fine. My problem is that sometimes, on a regular basis, the barcode reader stops returning. When i press a trigger button...
  • Forum Post: Ayuda con comunicación RAS con EP10 Windows Embedded

    Hola que tal a todos: Estoy tratando de realizar una conexión RAS con una EP10 (Sistema Operativo Wndows Mobile Embedded 6.5) atreves de GPRS, y no he podido realizarla con éxito, según he leído en la comunidad, hay una tabla que indica que para la EP10 estas llamadas están...
  • Forum Post: Obtaining Currently Associated Access Point name

    Using .NET Mobile Framework, for an access point associated with a Psion Teklogix device, we know how to obtain the Mac ID of the associated access point using BitConverter.ToString(PsionTeklogix.WlanEx.NdisInterface.ConnectionStatistics.MacAddress) and we know how to obtain the SSID used for...
  • Forum Post: FileStream File Saved with UTC Time

    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. How do we get the file time to appear as the local time? Both the PC and WAP3 are configured for the same time zone. Thanks in advance.