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.
 

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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…