I've briefly tried to combine the use of
1. Softserial (for getting data from GPS) at 9600 bps
2. VirtualWire (for sending the data to a remote host) at 2000 bps
But it seems like I'm not getting anything on the Softserial-watching port as soon as I include the VirtualWire-library.
They are of course using different pins.
Is this a known interrupt-issue?
I have the debugging computer connected on the normal Serial line. (115000 bps, is this an issue?)
I am in urgent need of sending the data. Please advise a lady in despair

.
(Hardware: boarduino w atmega328, GPS, simple 434MHz ASK-transmitter)