GPSbee communication with usb

I would like to build a device with a GPSbee that needs to store GPS coordinates on a USB drive. But i don't have any experience with GPSbee's or xbee's. So my question is how do you do that? What parts are needed? What programming code? Can you just let it send data over the serial connection(TX, RX)?

Thank you in advance.

But i don't have any experience with GPSbee's

Nor with posting links, either, apparently.

needs to store GPS coordinates on a USB drive.

Good luck with that. It is NOT a trivial project. You need a USB Host shield and a lot of work writing a driver.

What parts are needed?

For what?

What programming code?

A setup() and loop() function, at a minimum.

Can you just let it send data over the serial connection(TX, RX)?

Yes. Of course, it helps to know what "it" is, and what you are sending data to.