Canal público
Completado
How to optimize the performance of data center with Arduino PLC, Raspberry PLC or ESP32 PLC
4117 Vistas •How to configurate the digital outputs of the 10IOs Digital module using the internal jumpers.
3821 Vistas •How to use the internal jumpers to configurate the digital inputs of a 10IOs digital module
3534 Vistas •How to close an industrial 10IOs module PLC based on Arduino NANO or ESP32
3579 Vistas •How to configurate the relay outputs of an industrial 10IOs Relay module with Arduino NANO or ESP32
3685 Vistas •How to configurate the Relay Inputs of the 10IOs Module PLC based on Arduino NANO or ESP32
3827 Vistas •How to open a 10IOs Digital Module Arduino or ESP32 PLC
4240 Vistas •▷ How to Use the SoftwareSerial library in Arduino for industrial uses (Examples included)
4659 Vistas •▷ Cómo utilizar la librería Softwareserial en Arduino para uso Industrial como un PLC (con ejemplo)
5242 Vistas •How to use an Arduino industrial PLC and Modbus TCP/IP
6004 Vistas •How to connect an HMI Screen using Arduino PLC
5496 Vistas •How to find your perfect Industrial PLC based on Arduino, Raspberry Pi or ESP32
4421 Vistas •Best Software available to program and work with Industrial Shields Panel PC
4470 Vistas •Implement a monitoring system of a solar installation with an Arduino based PLC
3855 Vistas •Unboxing of a TouchBerry, an Industrial Panel PC based on Raspberry Pi
4221 Vistas •Chapter 2: Inputs
4550 Vistas •Capítulo 3: Salidas
4261 Vistas •Capítulo 5: Variables I
3602 Vistas •Capítulo 7: Comunicaciones
3523 Vistas •March 1st of 2021. Product Launch by Industrial Shields®
3916 Vistas •Invernadero Automatizado con PLC industrial basado en Arduino
10883 Vistas •Control a conveyor belt using an inverter
10074 Vistas •Automatic Car Wash with Industrial PLC Arduino
9750 Vistas •Datasheet Raspberry PLC Ethernet 21 IOs-OLD
9571 Vistas •Datasheet-M-Duino-21-DALI-OLD
9002 Vistas •HVAC - control and monitoring with industrial plc based on Arduino
8626 Vistas •Automation of a labeling conveyor system with industrial plc arduino based
8602 Vistas •Case Study - Automobile Production Line
8578 Vistas •GPRS-GSM Controller User Guide 21+
8428 Vistas •Datasheet M-Duino 21+ LoRa
8288 Vistas •Case Study - Animal Feeding automation using Arduino based PLC
8232 Vistas •Greenhouse Automation with industrial PLC based on Arduino
8153 Vistas •Automatización de un sistema de etiquetado - Caso de estudio
8100 Vistas •202011 Raspberry PLC Family Datasheet-OLD
8066 Vistas •201910 CE Test Report Industrial Shields
8036 Vistas •202010-Raspberry-PLC-Family-Data-sheet-OLD
7888 Vistas •Lavado automatico de vehículos con PLC Industrial Arduino
7755 Vistas •20180906 Ardbox Relay User Guide
7576 Vistas •M-Duino-PLUS-Family-User-Guide
7433 Vistas •Caso de Estudio - Sistema de Seguridad Automatizado
7424 Vistas •▷ How to Use the SoftwareSerial library in Arduino for industrial uses (Examples included)
Industrial Shields is a worldwide leader in the use of Industrial Technology based on Open Source licenses using Arduino, Raspberry Pi or other Open Source platforms available in the market.
✅ This video shows a summary of the updated post made by our technical team. You will understand how the softwareserial library for Arduino can be used and what is the difference between softwareserial.h and hardwareserial.h.
You can see the post on the link below:
https://www.industrialshields.com/blog/arduino-industrial-1/post/usando-la-libreria-software-serial-en-plcs-de-industrial-shields-99
-------
Other interesting links:
Join the Channel:
https://www.youtube.com/channel/UCdQn1Fwb-yc6UvQD_V-KJkA
Free Arduino course::
https://www.industrialshields.com/programming-arduino-on-industrial-environments-course-10-chapters
Arduino Industrial Controller(Arduino based PLC):
ARDBOX Family:
https://www.industrialshields.com/industrial-plc-based-on-arduino-original-boards-automation-solutions-20ios
ETHERNET Family:
https://www.industrialshields.com/industrial-plc-based-on-arduino-original-boards-automation-solutions
SUMMARY of the post:
What is Arduino Serial Communication and How to use it.
There are different types of Serial Communications. When you use an Arduino board in a project, you can choose the standard Serial pins such as Rx, Tx, from the UART inside the Arduino board, so it is called Serial TTL. In that case, you will use the Hardwareserial.h library but there are some additional pins that can work as an Rx or Tx. For example, the SPI communication pins can work as a MISO, MOSI and Select (SC), but they are also pins that can work as a digital input or digital output, or if you need you can use those pins as Rx, Tx using the library softwareserial.h.
Serial communications allow you to connect two different devices sending and receiving data between them.
The Serial TTL port can be transformed as required in the Industry as a RS232 and as a RS485. When RS232 is used, the functionality is quite similar to working as Serial TTL but, if you work with RS485, you can configure a network using a Master device that is capable of connecting to Slave devices. So the number of devices has been increased from 2 to 32 devices (nodes). And the maximum distance between them can be up to 1220m if the wiring is well done and EMC compliant and electrical noise is avoided.
To sum up, if you are using the UART serial port from the Arduino or from the Arduino based PLC for Industrial projects, the use of other pins working as a Serial TTL can help you with the successful development of your project. So, that additional serial port must be programmed using softwareserial.h library.
If the hardwareserial library can not be used because you need to use a communication protocol that requires the use of a physical UART instead of a virtual serial port, then, you could convert the RS232 or RS485 standard from the device to a Serial TTL. (This example will be shown in another post).
In this post, we explain the advantage of the SoftwareSerial library to simulate a serial port through Software (virtual serial TTL) using the Arduino IDE.
-------------------------------------------------- -------------------------------------------------- --------------------------------------------
📌 Please see our official website for more information about our products: https://www.industrialshields.com/
-------------------------------------------------- -------------------------------------------------- --------------------------------------------
📚 Check out our blog for more information and examples: https://www.industrialshields.com/blog/arduino-industrial-1
☑️ Follow us on Twitter: https://twitter.com/indshields
☑️ Follow us on Facebook: https://www.facebook.com/industrialshields/
☑️ Follow us on Linkedin: https://es.linkedin.com/company/industrialshields
No se permite comentar en este curso.
Compartir este contenido
Compartir enlace
Compartir en redes sociales
Compartir por correo electrónico
Por favor inicíe sesión para compartir este Vídeo por correo electrónico.
