Hi all,
I have 2 XBee PRO 900’s (https://www.sparkfun.com/products/9099) and 2 Sparkfun USB dongles (https://www.sparkfun.com/products/11697). My goal is to periodically send a small text file with simple ASCII data over RF. However, I would like to do this directly from one computer to another (no microcontrollers involved).
I’ve tried researching similar solutions and found that it might be possible using xmodem to communicate to the XBee over USB (COM port).
I have the FTDI drivers and XTCU software installed. I was able to successfully send and receive test ASCII using the XTCU software so I’m sure it’s possible somehow.
Ideally, I would like a C or C++ solution to this problem.
Can anyone point me in the right direction?