TCP/IP communication from windows phone 8.1 to Power PC SBC

Hi
I need technical help in sending data (structure) from windows phone 8.1 to power pc Single board computer.
Power pc side TCP server part is implemented.
I have got TCP client code from microsoft website but its not working.later i came to know that its for windows8.
please provide the correct link for TCP client software download.
Regards,
laxmi

There is no way to know how to help you in this issue.  We have plenty of TCP code that works just fine, but you'll have to figure out how to send the packets in
a way that your PowerPC understands.
Matt Small - Microsoft Escalation Engineer - Forum Moderator
If my reply answers your question, please mark this post as answered.
NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
objects and unknown namespaces.

Similar Messages

  • Why do I have to switch from Windows Phone to Andr...

    Why do I have to switch from Windows Phone to Android?
    [September 30, 2014]
    This year all my friends with Windows Phone (WP) had switched to Android. Why? The Apps. I continued with WP until now because the OS is very cool (particularly the 8.1 desktop) and because I love Nokia Phones. And the new 830 and 930 models look great.
    But I will buy a new Fuji X30 Camera, I need the Wifi remote app for some shoots,  I have no choice
    Now, I will give a list of reasons my friends left WP because lack or applications, maybe somebody at Microsoft is listening and can revert this tendency.
    1. Bank Applications (Bancolombia APP)
    2. Giro D’Italia app from La gazzetta dello sport.
    3. Stereopinic Concert app.
    4. General Motors - Chevrolet navigation/location app.
    Another annoying thing with Nokia phones in emerging markets is they don’t distribute all the accessories (headphones, wireless chargers, cases), so you have to buy them from another country make them expensive. I even met three months ago the commercial leader for Nokia here in Colombia, a group of people mentioned this, but nothing has changed since then. The updates came very late and right now I’m not able to use Cortana
    I hope Microsoft starts investing hard on apps and identify that little temporal applications for just one week or month (sport events/concerts) and start to create mechanisms to get things done. They just can’t waste the 6’000.000 consumers in US and the 10% share market in some countries in Europe and in emerging markets.

    I don't endorse any mobile phone brand nor receive any free stuff from them. Neither did I advertise anything. It was rather a recommendation if the starter of this thread would like ot purchase an Android phone. Censorship won't help to sell any more Lumia phones.
    I cannot blame anybody who's about to purchase an Android phone. Being a Windows Mobile & Phone user since 2006 I've seen those strategic mistakes Microsoft has made when the 1st and the 2nd generation of Windows Phones were released (the price of developer account etc. etc.). It's very hard to mend those things afterwards but I sincerely hope it won't be impossible.
    I'm blessed that I live in FInland because Nokia has always been considered as a Finnish mobile brand and therefore there are all those (well, almost all) necessary apps available for Windows Phone. IMO the best Nokia app has been Here Transit. I really don't need Here Drive+ because they don't bother to include speed cams and line assistance to their app. Just take a look at Navigation Europe and there you have the best possible navigation app for Windows Phone. Waze is also great and it's free. Hmm, I guess that sentence will be censored because I recommended something
    I've been quite pleased with the latest Windows Phones. They haven't crashed like my Dell Venue Pro did (first Windows Phone ever) or like my Android phone, tablet and TV box. But in order to increase the market share  of Windows Phones there are two ways:
    1) good (amount of) apps, great hardware and/or
    2) double booting phone where it's possible to choose whether to boot to Android or to Windows Phone. I'd love to have that kinda phone with the goods described in 1)
    Moderator's Note: Discussing or complaining about moderator actions on the forum is not allowed. If you feel that your posts have been moderated unfairly, please contact our Community Manager via private message.

  • How to print a grid from windows phone 8.1 application

    Hello ,
    I want to print a grid from a windows phone application.
    For tablet I can print using this namespace:
    using Windows.Graphics.Printing;
    using Windows.UI.Xaml.Printing;
    But they are only for Tablet.
    Please suggest a solution of printing from windows 8.1 phone application.
    Thanks

    Hi waqar.haider.confiz,
    >>How to print a grid from windows phone 8.1 application                                 
    As far as I known, in Windows Phone 8.1 app it does not have such API for us to print a grid. I will recommand you submit this feature request on this
    UserVoice forum.
    Best Regards,
    Amy Peng
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Not able to successfully subscribe to and see the TargetApplicationChosen event fire from Windows Phone 8.1

    Matt,
    Thanks for the reply.
    In my current experience, I am not able to successfully subscribe to and see the TargetApplicationChosen event fire from Windows Phone 8.1.
    In Windows Store 8.1 (Tablet), it works fine.
    Questions
    Is this event expected to fire in Window Phone 8.1 (Universal Apps, Not Silverlight 8.1) ?
    Does this event depend on the target application to supply AppName?
    Thanks for your help. Much appreciated.
    Example Code Block
    //From Page Contstructor or OnNavigatedTo Handler
    _dataTransferManager = DataTransferManager.GetForCurrentView();
    _dataTransferManager.TargetApplicationChosen += DataTransferManagerOnTargetApplicationChosen;
    private void DataTransferManagerOnTargetApplicationChosen(DataTransferManager sender, TargetApplicationChosenEventArgs args)
    //fires in tablet but not phone

    This is not an answer, Mr. Wong.  The link you referenced refers to the DataTransferManager class being supported only in Native apps, which includes Windows Phone 8.1 RT apps.  All aspects of the DataTransferManager work except for the TargetApplicationChosen
    event under a WP8.1 universal app.  This event does NOT fire in the Windows Phone 8.1 RT API implementation of DataTransferManager.
    You need to reopen this thread and address the issue, please.  The lack of support for this event is problematic for some phone scenarios, most notably supporting NFC Tap and Share.
    Mark Jones, Owner MJ App Factory

  • How to solve this error from window phone 80073cf9 lumia 630.

    any one know how to solve this error from window phone 80073cf9  lumia 630.

    Hello Muhammad,
    We appreciate the post, but this forum is for Windows Store and Phone Developer related questions. Your question can best be answered through the
    Windows Phone support page.
    Thanks!
    -Jonathan
    Windows Store Developer Support
    Office Store Developer Support

  • Error while loading image from Windows Phone gallery into my Unity application

    Hi,
    I have developped a Windows Phone plugin for my Unity application which enable me to open the Windows Phone gallery in order to select an image and get its physic path.
    I've used this path to load the image in the application with a WWW object but I get this error
    "Error. Operation has failed with error 0x80070005: access is denied."
    The path is correct because I display it and I've ticked the ID_CAP_MEDIALIB_PHOTO in the WMAppManifest.xml (Capabilities tab).
    Here is my Unity C# test code to load the image with the path.
    IEnumerator loadImage()
    this.guiText.text = filePath;
    WWW www = new WWW(filePath);
    yield return www;
    if(www.error == null)
    GameObject texture = GameObject.Find("UNITY");
    if(texture != null)
    texture.guiTexture.texture = www.texture;
    Any help would be appreciated ! Thanks in advance !

    The error is correct. Your app doesn't have direct access to that path. It can directly load files only from its app data and install directories.
    To load from the libraries I it needs to use the StorageFile to get brokered access.
    The easiest way may be to copy from the library to local data then use WWW to load that. Otherwise you'll probably need to wrap the StorageFile can for use in unity. Unity has such a wrapper in the Unity Engine.WSA namespace that you can try

  • Syncing calendar and contacts from windows phone 8...

    How do I set up my windows phone to sync calendar and contacts with BT mail
    Thanks

    Outlook 2003 and 2007 is supported. Outlook 2002 is not supported.
    You must select Outlook for syncing contact information and calendar events under the Info tab for your iPhone sync preferences.
    And copied from my previous post.
    +If Outlook does not include any contact information or calendar events, before syncing enter one contact and one calendar event. Make these up if needed which can be deleted later.+
    +This should provide a merge prompt when syncing, which you want to select.+

  • Need up transferring music files from windows phone

    I have a zune as a MP3 player which my Mac reads as a windows phone via the windows phone app. There is an import button to import pictures and videos from it onto my computer (which hasn't worked anyway) however, I can't figure out how to transfer all of my music from my zune onto my Mac book. I realize there is the very long way of plugging the zune into a regular computer and transferring the data onto a USB/memory stick and then transferring onto my Mac. I'm just hoping that there is some possible way of just importing it straight from my zune onto my Mac if anyone can help.
    Keep in mind, I know how to get music from my Mac onto my zune. It's the opposite that I'm having trouble with.
    Thank you.

    Hi John,
    Welcome to the Mac Forums!
    Sorry you are having problems. The "Priviliges" problem you are having has nothing to do with files being locked. It has to do with the way Mac OS tracks who is allowed to see what data on your computer. This way when you have multiple users logged onto your Mac, each user can only see what they are allowed to see and can't rummage through everyone elses files. Keeps things private from other users. Unfortunately, it can create complications when copying files.
    I think the best solution for you is to set up your entire Windows iTunes library for "sharing." Then have your new Mac look for shared music on the wireless network. iTunes on the new Mac should then "see" all your Windows music. As long as you have the Mac set up as "authorized" in your iTunes account, you should be able to make copies or duplicates using iTunes of all the tracks in your library that are stored on your Mac hard drive.
    Hopefully this will work for you. I have not tried it, but from my knowledge of iTunes, it should work. Keep us posted.
    Cheers,

  • How to get PAID from Windows Phone Store?

    I have more than 300 USD app proceeds in my Windows Phone Dev Account. But I am not getting paid. How to get paid?
    I have also a Windows Store Dev Account. Last month, it reached 200 USD and I got paid. But I am confused about the
    Windows Phone Dev account. It crossed the threshold amount 2 months ago. But I am not seeing any chance to get paid. Is this only happening to me? Or do I have to earn more app proceeds?
    Kindly reply me as soon as possible. Thank you!

    Hello Shahriar,
    To open up a Service Request ticket you can click this link below and then click “Select your type of problem here”. Follow the steps on the next few screens and once
    you have the Service Request number you can post it back into this thread and we can make sure it’s being looked after. The Service Request number should look similar to SRX127xxxxx.
    Where to open up a Service Request ticket
    http://dev.windows.com/en-us/community/support
    Best Regards,
    Joe
    Windows Developer Support
    Send us your feedback about the Windows Platform

  • Accessing Azure storage from Windows Phone with REST

    I'm struggling in the attempt to establish a simple httpwebrequest to gather some metadata on a blob,
    my code works perfectly fine on windows but
    gives error 403 on windows phone 7.
    The really strange thing is that as you can see from the HEAD requests
    the same auth that is ok from windows is not ok on windows phone...
    I use a standard httpwebrequest to establish the connection, the code is at the end of the post.
    I lost already 10 hours attempting anything that made sense to me, but with no success at all:
    i ended up establishing a Fiddler tunnel connection to compare the requests,
    WORKING : Windows 8.1 desktop executable
    HEAD https://{MYHOST}.blob.core.windows.net/add-saves/save{etc...} HTTP/1.1
    ContentLength: 0
    x-ms-date: Thu, 05 Feb 2015 00:50:00 GMT
    x-ms-version: 2009-09-19
    Authorization: SharedKey heartbit:YnZwcEoRunuuoK6PC+JRge{etc...}
    Host: {MYHOST}.blob.core.windows.net
    RETURNS
    HTTP/1.1 200 OK
    Content-Length: 21648
    Content-Type: application/octet-stream
    Last-Modified: Wed, 04 Feb 2015 21:19:07 GMT
    ETag: 0x8D20ED7587824FE
    Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
    x-ms-request-id: 767e3faa-0001-0016-1559-eb76ed000000
    x-ms-version: 2009-09-19
    x-ms-lease-status: unlocked
    x-ms-blob-type: BlockBlob
    Date: Thu, 05 Feb 2015 00:54:41 GMT
    and my Windows Phone 7 app (throws with WebResponse 404 NotFound from webserver)
    HEAD https://{MYHOST}.blob.core.windows.net/add-saves/save{etc...} HTTP/1.1
    Accept: */*
    Accept-Encoding: identity
    ContentLength: 0
    x-ms-date: Thu, 05 Feb 2015 00:50:00 GMT
    x-ms-version: 2009-09-19
    Authorization: SharedKey heartbit:YnZwcEoRunuuoK6PC+JRge{etc...}
    Referer: file:///Applications/Install/5FEE5BAA-57A1-4451-B4A5-28E2E46C5598/Install/
    User-Agent: NativeHost
    Host: {MYHOST}.blob.core.windows.net
    Content-Length: 0
    Connection: Keep-Alive
    Cache-Control: no-cache
    RETURNS
    HTTP/1.1 403 Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
    Transfer-Encoding: chunked
    Server: Microsoft-HTTPAPI/2.0
    x-ms-request-id: b2654a03-0001-0038-1dd9-c4cb58000000
    Date: Thu, 05 Feb 2015 00:55:00 GMT
    byte[] byteArray = null;
    // There is an error where on the android system the clock could be set ahead in time when the request is made to when it arrives to ms's servers
    // Giving a minute of backlogging could be enough
    DateTime now = DateTime.UtcNow - TimeSpan.FromMinutes(1);
    string uri = Endpoint + resource;
    HttpWebRequest request = CreateRequestBody(method, requestBody, headers, ref byteArray, now, uri);
    string messageSign = MessageSignature(method, now, request, ifMatch, md5);
    requestAuthAsync(messageSign, authKey =>
    try
    if (((string)authKey) == "Error")
    throw new Exception("Auth failure");
    String AuthorizationHeader = "SharedKey " + StorageAccount + ":" + authKey;
    request.Headers.Add("Authorization", AuthorizationHeader);
    if (!String.IsNullOrEmpty(requestBody))
    request.GetRequestStream().Write(byteArray, 0, byteArray.Length);
    request.BeginGetResponse((ar) =>
    try
    var r = request.EndGetResponse(ar);
    onCompleted(r);
    catch (WebException e)
    onCompleted.Invoke("Error : " + (e.Response as HttpWebResponse).StatusDescription);
    catch (Exception e)
    onCompleted.Invoke("Error : " + e.Message);
    }, null);
    catch (Exception e)
    onCompleted.Invoke("Error : " + e.Message);
    catch(Exception ioe)
    onCompleted.Invoke("Error : " + ioe.Message);
    Heart Bit Interactive

    It seems like thw windows phone version of HttpWebRequest automatically adds a "Content-Length" header that is different from the one given by me ("ContentLength"). Why is that?
    The auth signing shouldnt depend on that right?
    Since i cannot find a way to remove that header i tried removing the one i was manually adding, but without luck.
    Are the other headers that are  automatically added on windows phone :
    Accept: */*
    Accept-Encoding: identity
    Referer: file:///Applications/Install/5FEE5BAA-57A1-4451-B4A5-28E2E46C5598/Install/
    User-Agent: NativeHost
    Content-Length: 0
    Connection: Keep-Alive
    Cache-Control: no-cache
    Will they create issues with autorization? The auth string in WP is the same found on Windows so there must be something in the WP request to azure that doesn't match the auth string i generated early.
    <a href="http://www.youtube.com/user/EversorITA" target="_new" title="My Games">Heart Bit Interactive</a>

  • Problem with recovering from windows phone 10 to 8.1

    I installed windows phone 10 on my phone (lumia 730) and after a survey decided to turn back to WP 8.1. So, I installed windows phone recovery tool on my lap top and connected my phone with in. In the middle of recovery process the connection failed and
    my phone turned off. Now, it does not power on and there is no response to charge and it seems the phone is dead. please guide me in this way.

    The Developing for Windows Phone forum is for developers to discuss writing their own Windows Phone apps. For help with using Windows Phone please post on the Windows Phone forums on
    http://answers.microsoft.com .
    --Rob

  • Some Intune users cannot enrol from Windows Phone

    I have 16 defined users for my Windows Intune account but only about 5 of them can enrol using Windows Phone 8 and Windows Phone 8.1. I have checked that all the users are enabled. Using the same phone the first 5 users can enrol and all the others cannot.
    Is it possible for someone at Microsoft to look into this?

    Please open a support case with Microsoft -
    http://technet.microsoft.com/library/dn646963.aspx
    Thanks!
    Paul Goodson
    Senior Program Manager
    Microsoft Intune Customer Acceleration Team

  • How to check if the app is preloaded or installed from Windows Phone marketplace

    I have an application which microsoft is preloading in some devices. I want to give offers to those users who are using these preloaded apps. But how can i distinguish if the app is preloaded or installed from marketplace on that device?

    Try IsApplicationPreInstalled property in DeviceExtendProperties
    https://msdn.microsoft.com/library/windows/apps/microsoft.phone.info.deviceextendedproperties(v=vs.105).aspx
    Dim isPreinstalled As Boolean = DirectCast(DeviceExtendedProperties.GetValue("IsApplicationPreinstalled"), Boolean)
    Gaurav Khanna | Microsoft .NET MVP | Microsoft Community Contributor

  • Export music from windows phone to iPad and iPhone!

    How do you export music to a iPad mini from a htc radar windows 7.5?

    I copy my music onto a wireless flash drive and stream it to all my devices (iPad, iPhone, iPod and Android)
    http://www.sandisk.com/products/wireless/flash-drive/

  • HealthVault integration removed from Windows Phone Health&Fitness app?

    If I understand correctly, the MSN (formerly Bing) Health&Fitness app no longer supports HealthVault integration? This is probably the most deplorable news in the history of HealthVault...

    I don't want to have to show my doctor fifty different websites/databases about various things in my life
    And I don't want to use fifty different apps to do the same thing.
    I truly, honestly don't understand MS anymore these days.
    All their so-called 'showcase' apps have suffered horribly from features being taken away, or just getting from working fine to very buggy.
    Bring back syncing between the H&F apps and HV. Now I'm looking at a bunch of data I meticulously entered over the past months in H&F and HV that will not sync anymore.
    Seriously, a double facepalm isn't even enough here.... :-\

Maybe you are looking for

  • Report height problem from 6i to 10g migration

    Hi, We have a 6i report and now try to migrate to 10g. When the report is printed, the report is shinked and printed in half upper part of page because of the height of main section we defined is 22" instead of 11". We don't have problem in 6i enviro

  • Question about Portege 2000 boot with Linux

    Hi everyone, My Portege 2000 PIII 750MHz, 512 RAM, 20GB is simply driving me mad. I would like to try to install Linux, and have downloaded some distros to try it. The point is I am using an external CD/DVD reader, with a 16 bit pc card connector cab

  • 2 tier and 3 tier

    what is 2tier archiyecture and 3 tier and difference between them? please give me solution for this ..

  • MRKO posting to invoice issuer.

    We have a scenario in consignment where the vendor is not created in the company code. The vendor doesn't have FI data so when the MRKO is processed to settle, the system get an error the vendor is not defined in the company code XXXX. In this scenar

  • HT201328 HOW CAN YOU TEL WHEN YOUR IPHONE IS UNLOCKED ?

    I RECIEVED THE UNLOCK CODE FROM AT&T , DID WHAT IT TOLD ME TO  DO BUT IM NOT SEEING ANYTHING SAYING THE PHONE IS UNLOCKED . HOW DO I TELL IF IT HAS BEEN UNLOCKED OR NOT ?