Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mbparks committed Nov 4, 2020
1 parent 069066a commit b4cf210
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
@@ -1,2 +1,21 @@
# ArduinoXojoSerialCommsExample
# Arduino+Xojo: A Serial Communications Example

This is a quick and dirty example of how to connect an Arduino dev board, via a USB cable, to a Windows desktop application built using Xojo (a "Cross-platform App Development Tool").

My goal was to achieve the following goals:

- Connect to an Arduino, by selecting the Arduino from a list of COM ports.
- Read from the serial port (in this example, the A0 analog input pin)
- Toggle a LED on the Arduino, by writing an "H" or "L" to the serial port
- Write a date-time stamp and the analog pin value to a .CSV file locally on the computer


There are three subfolder under the "Software" folder:

- "Arduino Firmware": Contains the .ino file that can be edited and flashed to your Arduino
- "Xojo Project": The raw Xojo project file that can be edited to meet your needs
- "Windows Executable": A .exe file that can be ran on a Windows 10 machine, as-is



Word of Warning: This code is provided as-is. It is experimental and not fully tested. Use at your own risk, and do NOT use for any production or other critical applications. You have been warned!

0 comments on commit b4cf210

Please sign in to comment.