**broken link removed**
firsy of all, I ganna use DSQFM-TRX2-1 module linked above.
I need to send data at least 40kbyte/sec continuously that cannot be realized by Zigbee or Bluetooth. So, I pick up this as data transmit/receiver module and here I have some questions.
Due to its datasheet, I can send 500kbit/sec which can satisfy my need, however, how can display or save data on my PC? Until now, the only idea which I can think is that I add an MCU (atmega or MSP seires) on receive part to receive data from this module using SPI comm., and transmit data to PC using UART interface with very high baudrate (921.6kbps). Is this general method to receive this amount of data? Is there any other way to get it done easily?
Many thanks to read this article and please help..