Arduino Code and Video for PowerShell Command-Line Control of a Relay via USB

Video thumbnail for Control relay and AC bulb from Windows Shell Command line via USB and Arduino

Arduino Code and Video for PowerShell Command-Line Control of a Relay via USB

This Arduino code is to read and decode serial monitor data sent from USB to UART or a USB to UART FTDI chip. Commands are sent from Windows PowerShell or other systems. When the code is detected and matched with the present codes, for example, 6 is to turn the relay ON and 2 to turn the relay OFF, which in turn will turn the AC bulb ON.
http://robojax.com/learn/arduino/ Download PowerShell Scripts

Code Snippets

Comments will be displayed here.