First of all, I don't think there is a Labview 7.1 out (unless it just got released). I think you either mean LV 6.1 or 7.0. Anyway, when I want to simulate input data from anything, I use the Random Number generator (in Functions Numeric palette, looks like a pair of dice). The output is a random number from 0 to 1. You can scale it by multiplying it by some number. If you want to go all the way and simulate the actual serial transmission, use a breakout box to loop back serial port signals (TD to RD, DTR to DSR, etc.). Write a vi to output the random number to the serial port. The vi that you are developing can then read the serial port and get the random number.