Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (hex)
Browsing latest articles
Browse All 5 View Live

Twitter: Get hex tweets

Hello I have a working twitter app (like the one in kitchensink) to get all the tweets from a user (for example @prayforjapan) Now I would like to show all the available tweets for that hash too. For...

View Article



Hex converted to wrong values via socket

Hi I used the following function: function decodeFromHex(str) { var r=""; var e=str.length; var s; while(e>=0) { s=e-3; r=String.fromCharCode("0x"+str.substring(s,e))+r; e=s; } return r; } I have...

View Article

Blues with HEX

I am facing this problem for months without any resolution. The funny thing, it was working before and now, it just broke down. What I am trying to do is to send a series of hex data across via...

View Article

Socket and Hec conversion

Hi I am trying to send Hex data to a server via socket but has been partially successfully so far. I am stuck with a problem for weeks without solution.. Basically, I am able to send across hex data to...

View Article

Socket write and Stream Write

I am trying to send hex data like 0xFE, etc across via sockets but the received data is wrong when it crosses A0. Do socket write and stream write support hex data? HELP!

View Article

Browsing latest articles
Browse All 5 View Live




Latest Images