-
Notifications
You must be signed in to change notification settings - Fork 8
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
SerialPort support? #3
Comments
Hello @dotKokott, Currently, serial interface communication is not supported in the "official" release, meaning, it is not included as a nuget package. However, we have implemented the serial interface support (only for Windows) and it is included in this branch. There you can find several examples on how to work with the library. Regards, |
how to install xbeeLibrary.windows as there is not any nudget package as you mentioned.thanks |
where to find XBeeLibrary.windows.dll as it is being referred in all files. |
To do so, you need to checkout the branch from the above link (which includes the Windows support). Once the solution is fully loaded in Visual Studio, right-click on the solution and select "build" in the contextual menu (or simply go to the top toolbar and click on Build -> Build Solution). This process will generate a bin folder in <XBeeLibrary_installation_path>\XBeeLibrary.Windows. |
well i followed all the steps but there are some errors produced upon building the project.. Severity Code Description Project File Line Suppression State
|
i updated my visual studio and now i am able to install XbeeLibrary.core and Xbeelibrary.xamrian successfully. actually my .netstandard was 1.3 but i m unable to build .sln provided in library folder in order to get xbeeLibrary.widoes.dll |
can you please provide xbeeLibrary.windows.dll? i am unable to generate it by building solution.nuget packages are installed successfully . |
The library is built for .netstandard 2.0, that may be the issue for you not being able to build or import the NuGets. Please, update to that version, otherwise we cannot assure you the library will work for you. The DLL is subject to change as code is developed, so it would be better for you to create a project with the appropriate versions of the framework and build the DLL yourself so for next code updates, you can download the code and build the Windows support library. |
done.thanks a lot dear.so nice of you... |
It seems that currently the C# version of the library only supports Bluethooth to connect to a local device.
Are there any plans to support a USB Serial connection as well in the near future?
The text was updated successfully, but these errors were encountered: