Het volgende voorbeeld laat zien hoe je HEX strings naar een serieel RS232 apparaat stuurt en dan het “antwoord” uit kan lezen in HEX strings. C++ / Arduino

Python / Raspberry Pi

 

Installatie van Arduino IDE libraries: Arduino info Informatie (ENG): A New Software Serial Library for Arduino News: NewSoftSerial is in the core!  Starting with Arduino 1.0 (December, 2011), NewSoftSerial has replaced the old SoftwareSerial library as the officially supported software serial …

Arduino Library – NewSoftSerial Lees meer »

Wat is een I2C-bus? De I2C-bus (spreek uit als: I kwadraat C bus), eertijds aangeduid met IIC-bus (Inter-IC-bus), is een synchrone, seriële bus, ontwikkeld voor datacommunicatie tussen microprocessoren en andere IC’s, meestal op één enkele printplaat. I2C Scanner (playground.arduino.cc) Bron …

Arduino – I2C-Bus Scanner Lees meer »

De RubyFFI library is geen plugin voor Sketchup, maar een library die wordt aangesproken door (diverse) plugins of sketchup zelf. Sketchup compatibiliteit: Alleen de gemodificeerde/aangepaste versie werkt op SketchUp 2014, SketchUp 2015 Download RubFFI @ rubygems.org Installatie van Sketchup plugins/tools/libraries: Sketchup …

Sketchup library – RubyFFI Lees meer »

De RubySerial library is geen plugin voor Sketchup, maar een library die wordt aangesproken door (diverse) plugins of sketchup zelf, met de library kan je gegevens schrijven naar een seriele poort. Sketchup compatibiliteit: Alleen de gemodificeerde/aangepaste versie werkt op SketchUp 2014, SketchUp …

Sketchup library – RubySerial Lees meer »

Installatie van Arduino IDE libraries: Arduino info Informatie (ENG): AltSoftSerial emulates an additional serial port, allowing you to communicate with another serial device, and is particularly useful when simultaneous data flows are needed. AltSoftSerial is capable of running up to 57600 baud …

Arduino Library – AltSoftSerial Lees meer »