What are the VB6 commands to input data from 2 analog channels from an xbee system?

I have an Xbee/Shield/Redboard transmitter with sensors connected to two analog inputs. The receiver is an Xbee/Explorer. I’d like to capture 100 samples/sec for each channel using VB6 with mscomm. Any help with the commands would be appreciated.

The ADC data will be sent out the UART of the XBee connected to the PC in Hex API frames. You are going to need to write your 3rd party application to read Hex API frames coming from the COM port. If you are not sure how to read serial data or access a COM port, I would suggest checking Microsoft web site for commands and functions for VB.