Hide minor edits - Show changes to markup
SoftwareSerial appears to have some timing issues and/or software issues. Check this forum thread for discussion. Software Serial Discussion. In particular, if you are having problems using SoftwareSerial with an Atmega168 chip delete SoftwareSerial.o in your Arduino directory.
SoftwareSerial parece tener algunos problemillas con la temposrización y/o con el software. Echa un vistazo a este hilo del foro para ver la discusión.
appears to have some timing issues and/or software issues. Check this forum thread for discussion. Software Serial Discussion. En particular, si tienes problemas utilizando SoftwareSerial con un chip Atmega168 borra SoftwareSerial.o de tu directorio(carpeta) de Arduino
Because it's not supported by hardware, the library has a few limitations:
Como no está soportada por hardware, la librería tiene unas pocas limitaciones:
La librería SoftwareSerial
The SoftwareSerial library has been developed to allow serial communication on other digital pins of the Arduino, using software to replicate the functionality (hence the name "SoftwareSerial").
La librería SoftwareSerial ha sido desarrollada para permitir la comunicación serie a través de otros pines digitales de Arduino, utilizando software para replicar la funcionalidad (de ahí el nombre de "SoftwareSerial")
El hardware de Arduino tiene de serie soporte para las comunicaciones serie en los pines 0 y 1 (que también se conectan con el ordenador a través de la conexión USB). El soporte serie nativo tiene lugar mediante un pieza de hardware (montada en el chip) llamada UART.
The Arduino hardware has built-in support for serial communication on pins 0 and 1 (which also goes to the computer via the USB connection). The native serial support happens via a piece of hardware (built into the chip) called a UART. This hardware allows the Atmega chip to receive serial communication even while working on other tasks, as long as there room in the 64 byte serial buffer.
El hardware de Arduino tiene de serie soporte para las comunicaciones serie en los pines 0 y 1 (que también se conectan con el ordenador a través de la conexión USB). El soporte serie nativo tiene lugar mediante un pieza de hardware (montada en el chip) llamada UART. Este hardware permite al chip Atmega recibir comunicaciones serie incluso mientras trabaja en otras tareas, siempre y cuando haya espacio en el buffer serie de 64 bytes.
La librería SoftwareSerial
El hardware de Arduino tiene de serie soporte para las comunicaciones serie en los pines 0 y 1 (que también se conectan con el ordenador a través de la conexión USB). El soporte serie nativo tiene lugar mediante un pieza de hardware (montada en el chip) llamada UART.
Software Serial Discussion
Software Serial Discussion. In particular, if you are having problems using SoftwareSerial with an Atmega168 chip delete SoftwareSerial.o in your Arduino directory.
SoftwareSerial appears to have some timing issues and/or undocumented bugs. Check this forum thread for discussion.
SoftwareSerial appears to have some timing issues and/or software issues. Check this forum thread for discussion.
SoftwareSerial appears to have some timing issues and/or undocumented bugs. Check this forum thread for discussion. Software Serial Discussion
SoftwareSerialExample
The Arduino hardware has built-in support for serial communication on pins 0 and 1 (which also goes to the computer via the USB connection). This library enables serial communication on the other digital pins of the Arduino, using software to replicate the functionality (hence the name "SoftwareSerial").
The Arduino hardware has built-in support for serial communication on pins 0 and 1 (which also goes to the computer via the USB connection). The native serial support happens via a piece of hardware (built into the chip) called a UART. This hardware allows the Atmega chip to receive serial communication even while working on other tasks, as long as there room in the 64 byte serial buffer.
The SoftwareSerial library has been developed to allow serial communication on other digital pins of the Arduino, using software to replicate the functionality (hence the name "SoftwareSerial").
The Arduino hardware has built-in support for serial communication on pins 0 and 1 (which also goes to the computer via the USB connection). This library enables serial communication on the other digital pins of the Arduino, using software to replicate the functionality (hence the name "SoftwareSerial"). Because it's not supported by hardware, there are a few limitations:
The Arduino hardware has built-in support for serial communication on pins 0 and 1 (which also goes to the computer via the USB connection). This library enables serial communication on the other digital pins of the Arduino, using software to replicate the functionality (hence the name "SoftwareSerial").
Because it's not supported by hardware, the library has a few limitations:
The Arduino hardware has built-in support for serial communication on pins 0 and 1 (which also goes to the computer via the USB connection). This library enables serial communication on the other digital pins of the Arduino, using software to replicate the functionality (hence the name "SoftwareSerial"). Because it's not supported by hardware, there are a few limitations: