Bluetooth connection on PC side

Hi everyoe,

there is one thing that I want to find out, how can I receive and dispay data from microcontroller on the PC side using bluetooth connection? Assuming that I will send 512kb of data every second to the PC, how can I display it in order to verify that it is correct. I have a cable connection right now, and if I use virtual com port it simply freezes, cause maximum data rate that can be set is 115kbps. Microcontrollers UART can be set for operation at 930Kbaud. Is there a way to send data to PC at 930Kbaud without freezing the com port, or are there any alternatives for communication link between uC and PC when using bluetooth?