Hi J, I am getting reported from a xAP C-Bus gateway user a frequent runtime error 91 in the latest HS plug-in, and I have just experienced it here too. I...
... ahh what fun, a totally random error, how i love to debug these. An error 91 would either imply some corrupt data or maybe one of the buffers is getting...
Hello It's my first email to the developers group but I'm struggling to get to grips with some aspects of xAP. I have looked back through the archives but...
... Hi Ian ... Yes and no, BSC was aimed at providing a straightforward schema to interact with simple devices. It supports devices that have binary, analogue...
I understand that the SMS schema (http://www.mi4.biz/modules.php?name=Content&pa=showpage&pid=13) is mainly oriented to send SMS messages in a xAP environment....
Patrick has a basic schema described here http://patrick.lidstone.net/haweb/text_message.HTM Hope this helps KevinT _____ From: xAP_developer@yahoogroups.com...
Kevin, Thanks for the reply. I hadn't realised I could restrict the target length and still be compliant. I should have a little time again next week so I'll...
Thank you very much, Kevin. Daniel. ... [mailto:xAP_developer@yahoogroups.com] ... <http://groups.yahoo.com/gads?t=ms&k=Palm+developer&w1=Palm+developer&w2=Fil...
... Actually xAP doesn't formally restrict the length to even 128 .. all that restricting it to very short addresses causes is the device not being able to...
Hi all I am looking at expanding a current project to produce an embedded interface to HomeVision. My plan at the moment is to have an Ethernet enabled device...
Hi Ian, Interesting - I was (once) looking at doing just this too - both to get a xAP enabled HomeVision controller which a load of people would like I'm sure...
Hi Kevin This will be interesting there is no doubt about that. There is likely to be around 16k left over after the Ethernet stack has had it chunk. I can ...
Hi All After last night discussions on xAPTalk, I had a look at the xFx source and tried to change the UID format. As far as I can see there is no way we could...
I've seen that some xAP applications send messages with white spaces before the keywords. For instance: xap-header { v=12 hop=1 uid=FF456700 class=xAPBSC.query...
Hi Daniel, Not quite sure where you're seeing the white space in the example message. In the documentation for xAP we often indent the parameters to make the...
Ahhhh. the html rendering of your message via Yahoo Groups obscured your example... xap-header { v=12 hop=1 uid=FF456700 class=xAPBSC.query source=... So in...
Hi Kevin, MessSend (from the xAP labs package) default messages contain those initial spaces. This made me doubt. Thanks for the confirmation. Daniel. ... ...
I'm developing a xAP/xPL - 1Wire embedded gateway that, onced finished, should let work with a complex 1-Wire network at a high level (BSC schema). For those...
I'm here again with a question relative to the BSC schema: Would be correct to represent a value of humidity within the "level" field? Something like this: ...
Hi Daniel, A BSC Level is ideal for humidity sensors as they have a nice 0-100 fixed range (unlike say temperature sensors that don't map easily). If you have...
Sounds really interesting - would the xAP side be on Ethernet or a serial interface ? I know Michael McSharry has done quite a bit of work on 1-wire and has a...
... you ... Ufffs... just for simplicity, could I send "text=67.24%" instead? I feel to be asking always the same questions (BSC text/level related). Sorry for...
Hi Kevin. ... Ethernet 10/100 BaseT. The device is based on a Connect-ME http://www.digi.com/products/embeddedsolutions/digiconnectme.jsp uClinux as OS. ... I...
Yes you can use a BSC Text type for almost anything - the disadvantage is that it doesn't convey any resolution or range information nor provide a clear way...
Initial posts from new subscribers are automatically moderated, as an anti Spam measure . I have changed this on your account and your posts from now on should...
Hi Daniel, The new UID format is very likely to be UID=NN.AAAA:SS Note the addition of the two delimiters . and : which segment the fields similar to the...
Still better, I've decided to create a humidity endpoint type. Doing this, I'll avoid displaying decimals for this kind of measurement. +-1% is a good...