Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing letter from name #55

Open
koopermark opened this issue Jan 31, 2019 · 4 comments
Open

Missing letter from name #55

koopermark opened this issue Jan 31, 2019 · 4 comments

Comments

@koopermark
Copy link

Hi,

I dont know if this is an issue or if I am doing something wrong.

I am using win iot core UWP on the raspberry pi with Xbee S2C connected to USB.
The other Xbee S2C is connected to a PC using XCTU.

The Xbee connected to the PC has a NI (network identifier), when the following is run I expected to see the NI - it does but always misses the first letter.

Example
NI Set - Hello
name received - ello

controller.NodeDiscovered += async (sender, args) =>
        {
            Debug.WriteLine("Connected Xbee Name    : " + args.Name);
        }
@jefffhaynes
Copy link
Owner

jefffhaynes commented Jan 31, 2019 via email

@koopermark
Copy link
Author

Thank you, this is my first venture into the UWP and with the PI, it has been a bit challenging to get the Xbee working in the first place - that was until I found your hard work - thank you

@jefffhaynes
Copy link
Owner

jefffhaynes commented Jan 31, 2019 via email

@koopermark
Copy link
Author

Hi, I didnt want to start an issue with this on as it me not knowing what I am doing, but I was hoping you could help.

I am trying to asynchronously keep checking for any new Xbee's that can join the network but I cant figure it out, could you point me in the right direction.

I am looking at a small project that has Xbees that can join and disappear all the time, there will be one connected to the Pi which will always be on - but others will be turned on and off (not sleeping) which need to connect and send data to the Pi when they are powered up.

I know your not tech support and this library was shared out of your kindness, I would appreciate and pointers you have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants