The goal in this lab will be to setup and get familiar with a program that mimics an Arduino Uno. The software is only runnable on Windows, so users of Mac and Linux will need to download a Windows 7 virtual machine. If you run into any issues please post your questions on Piazza under the “Lab” tab rather than emailing me.
Step 1a: Windows 7 VM download for Mac OS
The iso file and its key are on the school’s user server. The files can be found under the path “/nobackup/faculty/cs341”.
Method 1 (VMware Fusion)
Run “scp username@users.cs.umb.edu:/nobackup/faculty/cs341/* .”
Open VMware and follow the prompts to add a new machine
provide the .iso file and the key in the .txt file when prompted
this link provides step by step instructions for Mac installing Windows
The Virtual Machine will need to start up and restart a few times to set itself up
Method 2 (VirtualBox)
download VirtualBox if you don’t already have it
Run “scp username@users.cs.umb.edu:/nobackup/faculty/cs341/* .”
Open VirtualBox and follow the prompts to add a new machine
This YouTube video does a step-by-step breakdown of the download process. You can start at 3:00 because we are providing the .iso file
provide the .iso file and the key in the .txt file when prompted
The Virtual Machine will need to start up and restart a few times to set itself up
At this point you should be able to startup the VM and access the internet via internet explorer. Next, we need to get the Arduino simulator software. We have found that you cannot download the software while inside the VM, nor download it on your host computer and email it. The instructions below are the simplest method,
Method 1 (Drag and Drop)
We have not been able to test this on a Mac but we believe it will work
On the host computer’s finder navigate to UnoArduSimV2.7.1 (you should have gotten it from the scp command earlier)
Drag the folder onto the Windows 7 VM’s desktop
If this doesn’t work try method 2
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme