Anyone using a UMPC?
Anyone using a UMPC?
Samsung and TabletKiosk are going to be the first ones to have a UMPC on the market. The cheapest is from TabletKiosk. Anyone with any experience with these?
http://www.tabletkiosk.com/config/pc/vi ... roduct=135
Also, Elk is coming out with a new interface for the M1 controller. The nice thing is that it is a Windows CE device and can be loaded with anything you want. It has an ethernet port and supports PoE. The price seems a bit steep for a glorified PDA, but it does have a 7" touchscreen (800 x 480 - same as the UMPC above).
http://www.elkproducts.com/products/m1/ELK-TS07.htm
Osler
http://www.tabletkiosk.com/config/pc/vi ... roduct=135
Also, Elk is coming out with a new interface for the M1 controller. The nice thing is that it is a Windows CE device and can be loaded with anything you want. It has an ethernet port and supports PoE. The price seems a bit steep for a glorified PDA, but it does have a 7" touchscreen (800 x 480 - same as the UMPC above).
http://www.elkproducts.com/products/m1/ELK-TS07.htm
Osler
It should be fine since it has a VIA processor and is running Windows XP tablet edition. the 386 version of the swremote should work without any problems IMO.
Terry
Terry
Last edited by roussell on Fri Sep 08, 2006 8:22 am, edited 1 time in total.
-
- Member
- Posts: 53
- Joined: Wed Feb 01, 2006 11:48 pm
- Location: Philly burbs
-
- HouseBot Special Member
- Posts: 409
- Joined: Tue Jul 13, 2004 9:13 am
- Location: Tigard, OR
I just bought one of these (the Samsung Q1) and it works VERY nicely as a software remote! I wish it was a bit cheaper (I paid $1,000) but the end result is great!
The only thing that's unfortunate is that the hard buttons (specifically the arrows and the Enter key) don't work with HouseBot. If those worked like they do on a PDA that would be even better.
-- Dave
The only thing that's unfortunate is that the hard buttons (specifically the arrows and the Enter key) don't work with HouseBot. If those worked like they do on a PDA that would be even better.
-- Dave
-
- HouseBot Special Member
- Posts: 409
- Joined: Tue Jul 13, 2004 9:13 am
- Location: Tigard, OR
-
- Member
- Posts: 83
- Joined: Sat Oct 30, 2004 4:16 pm
It could be that the keys on the UMPC are special keys with their own device driver.
As an example, the MCE remote that came with the MCE windows machines had a special driver. Even though the remote appeared to function as a keyboard in some cases (numbers and arrows), the driver was doing the actual translation. I've ditched the MCE driver and switched to using a free product called HIP.
It basically is a program that runs in the background and intercepts any input device and have it perform an action. In my case. I programmed HIP to intercept the MCE remote key presses with keyboard equivalents so that I could use it to control any program I wished (e.g. Theatertek, ZoomPlayer, etc). You can use it to send key presses to Housebot. Here is the link: http://www.byremote.com.au/HIP/Default.htm
You *might* need some kind of a driver that will recognize the extra keys on the UMPC, however. Give it a try and see how it works out for you.
As an example, the MCE remote that came with the MCE windows machines had a special driver. Even though the remote appeared to function as a keyboard in some cases (numbers and arrows), the driver was doing the actual translation. I've ditched the MCE driver and switched to using a free product called HIP.
It basically is a program that runs in the background and intercepts any input device and have it perform an action. In my case. I programmed HIP to intercept the MCE remote key presses with keyboard equivalents so that I could use it to control any program I wished (e.g. Theatertek, ZoomPlayer, etc). You can use it to send key presses to Housebot. Here is the link: http://www.byremote.com.au/HIP/Default.htm
You *might* need some kind of a driver that will recognize the extra keys on the UMPC, however. Give it a try and see how it works out for you.
-
- HouseBot Special Member
- Posts: 409
- Joined: Tue Jul 13, 2004 9:13 am
- Location: Tigard, OR
Thanks for the suggestion but I tried using HIP but it didn't seem to make any difference. It's worth noting that there *is* a special program included with the UMPC that allows you to map the hard keys to most any keyboard character you wish.
Scott: how does the existing hard button feature work? Does it look for regular keyboard characters, or do the hard buttons on a PocketPC put out special codes?
-- Dave
Scott: how does the existing hard button feature work? Does it look for regular keyboard characters, or do the hard buttons on a PocketPC put out special codes?
-- Dave
-
- HouseBot Special Member
- Posts: 409
- Joined: Tue Jul 13, 2004 9:13 am
- Location: Tigard, OR
-
- HouseBot Special Member
- Posts: 409
- Joined: Tue Jul 13, 2004 9:13 am
- Location: Tigard, OR
Maybe this would be a good feature request for v3. How hard would it be to provide some kind of facility similar to the current hard button support, but that would respond to any standard keyboard key? Would this be hard? I think maybe this (or something similar) is already on the feature list.
-- Dave
-- Dave
The current character codes it looks for are:
{ "Button 1", 193 },
{ "Button 2", 194 },
{ "Button 3", 195 },
{ "Button 4", 196 },
{ "Button 5", 197 },
{ "Cursor Up", 38 },
{ "Cursor Down", 40 },
{ "Cursor Left", 37 },
{ "Cursor Right", 39 },
{ "Cursor Enter", 134 },
Something more generic could probably be added to V3, but I don't think I have it on the list now.
{ "Button 1", 193 },
{ "Button 2", 194 },
{ "Button 3", 195 },
{ "Button 4", 196 },
{ "Button 5", 197 },
{ "Cursor Up", 38 },
{ "Cursor Down", 40 },
{ "Cursor Left", 37 },
{ "Cursor Right", 39 },
{ "Cursor Enter", 134 },
Something more generic could probably be added to V3, but I don't think I have it on the list now.
Scott
-
- HouseBot Special Member
- Posts: 409
- Joined: Tue Jul 13, 2004 9:13 am
- Location: Tigard, OR