Archive for softwareserial

You are browsing all posts tagged: softwareserial.

bluetoothing an arduino – data to PC

this little sketch along with the vb .Net script below builds on the previous examples, but this time having completed the sketch the arduino sends a message: “[Arduino;Bluesmirf;Baltaz]”. This is then read by the windows .Net application using the SerialPort.DataReceived event in .Net. In short, it appears to my untrained eyes that the windows application […]

bluetooth: arduino controlled from windows

bluetooth: arduino controlled from windows

having got the bluesmirf working, now time to start sending and receiving some proper data between a computer and the arduino. this post is divided into: Part 1: sending data from […]