Jump to content

VIWeek 2020/Proper way to communicate over serial: Difference between revisions

From LabVIEW Wiki
No edit summary
Added links and categories
Line 9: Line 9:
<div style="text-align:center;"><youtube width="800" height="600">J8zw0sS6i1c</youtube></div>
<div style="text-align:center;"><youtube width="800" height="600">J8zw0sS6i1c</youtube></div>


[https://youtu.be/J8zw0sS6i1c Link to video on YouTube]
== Presentation Links ==
* [https://youtu.be/J8zw0sS6i1c Link to video on YouTube]
* [http://www.linkedin.com/in/crossrulz LinkedIn Profile]
* [https://github.com/crossrulz/SerialPortNuggets Source Code on GitHub]
 
== See Also ==
* [[Serial]]
* [[Data Communication]]
 
== External Links ==
* [[wikipedia:Comparison_of_hex_editors|Comparison of Hex Editors]]
* [https://www.aggsoft.com/serial-port-monitor.htm Serial Port Monitor Software]
 
[[Category:VIWeek 2020]]
[[Category:Videos]]
[[Category:Serial]]

Revision as of 22:22, 23 May 2020

Proper way to communicate over serial

  • Tim Robinson

Start Time: May 19, 2020, 4:00 PM GMT+2

Too many users look to the Simple Serial Write Read example in LabVIEW and then struggle to achieve solid, robust communication with their instrument. This is because the example does not properly discuss or handle any of the real-world communication schemes instruments use. At this session, explore these schemes and learn how to handle each case.

Presentation Links

See Also

External Links