Search found 6 matches

by tenorman
Thu Sep 06, 2007 3:44 pm
Forum: Feature Requests
Topic: SmartPhone Software Remote
Replies: 0
Views: 14914

SmartPhone Software Remote

I think that this is actually two feature requests (FR) and two bugs (BUG). With some playing around, I was able to get the software remote to run on a 320x240 WM5 SmartPhone. There was some guesswork involved since only part of the configuration screen is displayed. BUG1: Configuration screen does ...
by tenorman
Fri Jul 21, 2006 2:47 pm
Forum: Feature Requests
Topic: WinCE Transparency
Replies: 0
Views: 14929

WinCE Transparency

Could the WinCE remotes be updated to support transparent images? The help claims that this is not possible, but according to Doug Boling this capability has been in CE since either version 2.x or 3.0. I believe this is as simple as replacing the normal bitmap function with a transparent bitmap func...
by tenorman
Wed Dec 07, 2005 9:57 pm
Forum: General
Topic: Raw "LIRC Style" Infrared
Replies: 0
Views: 14449

Raw "LIRC Style" Infrared

Is there any chance of supporting LIRC style simple infrared tranceivers? These are *very* simple serial hardware interfaces that you can build yourself. The receiver just removes the carrier frequency from the the IR signal and all timing analysis and decoding is done in software. The receiver can ...
by tenorman
Mon Oct 17, 2005 5:30 pm
Forum: General
Topic: Software remote hardware support
Replies: 7
Views: 3819

Single Board Computers

I have tried WinCE 4.2 .NET on both the BitsyX from Applied Data and the Sharp Zoom SDK from LogicPD. These would be great as the display is customizable and could be table-top or in-wall. Neither would even start the Software Remote.
by tenorman
Thu Apr 14, 2005 10:04 am
Forum: Feature Requests
Topic: WinCE Processor Support
Replies: 1
Views: 1453

WinCE Processor Support

Would it be possible to support additional processor types in WinCE? I have access to several embedded systems including WinCE devices. I am specifically interested in support for WinCE 4.2 on ARM9 V4i and Intel XScale PXA255 RISC processors. I can also build a platform with the Compact .NET framewo...
by tenorman
Wed Dec 22, 2004 6:29 pm
Forum: General
Topic: VB script to parse recived data from general serial device
Replies: 2
Views: 771

Try a continuous loop

I have a VB script to parse and break apart my serial received data. I have not seen any issues with disk activity or crashes. My script polls the received data every X ms and is always in the running state. It sounds like you are running your script every time you receive new serial data. In my exp...