Archives by Tag 'Serial & GPIB'
How to Ignore CR LF ASCII Codes in Serial Receive with LabVIEW
By Ralph - Last updated: Monday, March 8, 2010
In one of my recent LabVIEW projects, my application needs receive the message which send by an ECU unit, and to store the message exactly as it send. And the content of the message is hex data, every byte of this message has a specific meaning to this ECU unit, and I need these data [...]
Decode Serial Port File Transfer Protocols from Scratch with LabVIEW and Serial Monitor
By Ralph - Last updated: Friday, April 18, 2008
Sometimes we need to write our own software to transfer files to serial port connected device, like DNC, which provides manuals and working software but no source code or the author of the software does not exist or does not support the software anymore. So, it’s a must to decode the serial transfer protocol to [...]