Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

HELP:How to transmit data with ZIGBEE using visual studio c++

Status
Not open for further replies.

Jyn Flores

Newbie level 1
Joined
Mar 27, 2015
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
7
HELP:How to transmit data with ZIGBEE using visual studio c++

Two xbee series 2:
XBEE 1-connected to a pc(which transmits data to my other xbee)
XBEE 2-receives data;connected to a LCD.

Question:
1.) Are there any libraries in xbee?

Thanks in advance. Newbie here.
 

HELP:How to transmit data with ZIGBEE using visual studio c++

Two xbee series 2:
XBEE 1-connected to a pc(which transmits data to my other xbee)
XBEE 2-receives data;connected to a LCD.

Question:
1.) Are there any libraries in xbee?

Thanks in advance. Newbie here.
you could connect the XBEE to the PC serial port and then communicate with the device using serial IO functions, e.g. in C, C++, C#, VB, java etc
 

Hi,
Agreed the USB Zigbee module should mount as a standard COM port. You should then be able to talk to it with the SerialPort class.

Rob.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top