11-06-2008 10:10 AM
11-07-2008 02:12 AM
I've got the file part working now, thanks everyone!
Does anyone know what I can do about the sniffing?
11-07-2008 04:23 AM
11-07-2008 04:40 AM
11-07-2008 04:45 AM
1. I think, it's only possible to sniff if you read the memory RX register of the port (and you have to poll it, what very increases your CPU usage), but otherways you will not be able to open the port from another application.
2. Or you should take a sniffer application and embed it to your programm.
3. May be it's possible to make that over Windows System DLL?
11-07-2008 05:10 AM
11-07-2008 05:14 AM
Ah, ok. I understand now. You splitted your serial cable to two PCs, and you want use that on one PC and sniff it on other. May be you can take my RS232 terminal as example. It supports the data logging to a file:
11-07-2008 05:40 AM
11-07-2008 06:06 AM
In the present version of my VI I can sniff the data correctly and also save it to a file. I do however have difficulties converting it to a proper hexadeccimal form. I have two problems:
1. I get a row of zeroes after the hexadecimal number. If I increase the number of scanned bytes in the VISA
11-07-2008 06:11 AM