Archive for .net

You are browsing all posts tagged: .net.

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 […]