When I use a serial monitor set to the baud rate to correspond with #define ARDUINO_SERIAL_BAUDRATE 115200 in the IRWidget sketch bundled with IrScrutinizer 1.0.0, I get meaningful output when output from an infrared diode+amplifier is received with a carrier frequency from a remote, but when I use it with IrScrutinizer, the data is meaningless.
How can I adjust the baud rate to 115200 (best option for fastest response) in IrScrutinizer to correspond with the IRWidget, or do I have to change the baud rate to a particular setting?
IrScrutinizer 1.0.0 + included IRWidget sketch: baud rate
Moderator: Moderators
IrScrutinizer 1.0.0 + included IRWidget sketch: baud rate
"The best thing possible to do with knowledge is to share it".
Sad to say, the baud rate is hard compiled in, and set to 9600.
You will have to change the code, to be exact package HarcHardware, class Arduino. Actually, if you are seriously interested in the topic, I would recommend to have a look at that code anyhow. It is not that hard to understand and modify. After all, this is what free software is about.
On request, I can compile a version with (e.g.) 115200 and upload to the diagnostic area.
Of course, this will be fixed in the next release.
On request, I can compile a version with (e.g.) 115200 and upload to the diagnostic area.
Of course, this will be fixed in the next release.