Hi
I don't have the module nor that Programmer.
However it appears you are using a BL0106 "Click Board"too. That board takes standard MikroElektronica "Click" modules and allows connection to Eblocks such as your BL0032.
If you download the Eblock datasheet
https://www.matrixtsl.com/resources/fil ... asheet.pdf
You will find the BL0106 schematic on page 9 and the BL0032 on page 44.
From the BL0106 schematics it shows the corresponding Port Connections to the "Click" connections.
Port 0 = uC Rx/Click Tx
Port 1 = uC Tx / Click Rx
etc
Therefore if you were to plug your BL0106 into Port B of the BL0032, you would receive whatever was being sent from the Click on Port B0 and to send to the Click you would use Port B1.
When you start a New Project you will be selecting your BL0032 as the target. If you then plug in your BL0106 into Port B (you can use any Port) and add the Generic GPS component to your Dashboard Panel, under Properties you will be able to select the Pin to use as the Receive.

- Capture.JPG (84.97 KiB) Viewed 5333 times
I only used Port B as an example, you could use whatever you wish.
I don't have those boards / modules so whilst the above illustrates how to "connect" pins/ports of your Click/Programmer board, I'm not saying it will work straight away. You may need to send config to the Click or such like and for that you may need to use the UART component instead (connected as above etc).
Hope this helps a little and good luck. Let us know how you get on.
Regards