Posts

Whatsapp 'Lenyap' Permanen

Kurang dari dua minggu lagi, WhatsApp tidak lagi bisa digunakan untuk sejumlah ponsel. Per 1 November 2021 mendatang, platform itu akan mencabut aksesnya pada sistem operasi lama. Sistem operasi yang tak bisa lagi menggunakan WhatsApp awal November nanti adalah Android 4.0.4 (Gingerbread) atau lebih lama dan iOS 9 atau lebih lama. "Mulai 1 November 2021, WhatsApp tidak lagi mendukung telepon yang menjalankan OS 4.0.4 dan versi yang lebih lama. Silakan berganti ke perangkat yang didukung atau simpan riwayat chat Anda sebelum tanggal tersebut," tulis WhatsApp, dikutip Selasa (19/10/2021). Pada sistem operasi lama itu tidak akan bisa lagi menggunakan fungsi WhatsApp. Contohnya seperti melakukan verifikasi masuk untuk akun exisiting dan membuat akun baru. Beberapa diantaranya bisa dilakukan update ke sistem operasi terbaru, berikut cara updatenya: Android: Menuju ke menu Settings > System > Advanced > System Update iPhone : Settings > General > Software Update. Lal...

Source code for Modbus RS-485 project

 # modbus-rs485 Source code for Modbus RS-485 project https://github.com/smarmengol/Modbus-Master-Slave-for-Arduino https://github.com/alijarasyidi/modbus-rs485

Modbus Arduino 1

Image
  https://www.tinkercad.com/things/9rwP1qGMLgn   /**  * @file ModbusRtu.h  * @version     1.21  * @date        2016.02.21  * @author Samuel Marco i Armengol  * @contact     sammarcoarmengol@gmail.com  * @contribution Helium6072  * @contribution gabrielsan  *  * @description  *  Arduino library for communicating with Modbus devices  *  over RS232/USB/485 via RTU protocol.  *  *  Further information:  *  http://modbus.org/  *  http://modbus.org/docs/Modbus_over_serial_line_V1_02.pdf  *  * @license  *  This library is free software; you can redistribute it and/or  *  modify it under the terms of the GNU Lesser General Public  *  License as published by the Free Software Foundation; version  *  2.1 of the License.  *  *  This library is distributed in the hope that ...

Modbus Arduino 3

Image
  https://www.tinkercad.com/things/9rwP1qGMLgn   /**  * @file ModbusRtu.h  * @version     1.21  * @date        2016.02.21  * @author Samuel Marco i Armengol  * @contact     sammarcoarmengol@gmail.com  * @contribution Helium6072  * @contribution gabrielsan  *  * @description  *  Arduino library for communicating with Modbus devices  *  over RS232/USB/485 via RTU protocol.  *  *  Further information:  *  http://modbus.org/  *  http://modbus.org/docs/Modbus_over_serial_line_V1_02.pdf  *  * @license  *  This library is free software; you can redistribute it and/or  *  modify it under the terms of the GNU Lesser General Public  *  License as published by the Free Software Foundation; version  *  2.1 of the License.  *  *  This library is distributed in the hope that ...