By collecting Data I had in mind to collect the sent sequences on my parallel port (8 bits status+4 bits control), I am generating 16 bits clocks during the bit transfer, I need to keep in a logfile what I am sending, so I have 12 signals (status+ controls)which are changing during SPI communication. I know how to send them to a logfile but I have some problems to catch them from every sequence, in fact to send them out of the case structure.