MBUS協(xié)議
The bus communication system of EN1434-3 is commonly called M-Bus. Its ApPLication layer describes
a standard especially for meter readout. It can be used with various physical layers and with link layers
and network layers which support the transmission of variable length binary transparent telegrams.
A bluetooth SMS patcher Java ME ApPLication I made quickly after I thought about making one.
What is does is to use JSR-82 (Bluetooth API) to send a String msg, String dest to another phone running shin-chan, and this phone will try to send it as SMS using JSR-135 (WMA).
The upload is a Netbeans 6.0 (the ver. available back then) project. Hope this code will help someone
A java ApPLication - processing which can be downloaded free from processing.org
Here it uses a free library - OpenCV - made by intel. .. to convert all the pixels in an image - in fact in a movie - a capture from the webcam. If the color of a pixel is "higher" comparing to a threshold it turns black - otherwise it becomes white.