Hello,
I have the solderless version which works great.
I wanted to enable the IR option, so I reflashed my Arduino.
No problem sending the program, it works fine, I have the IR remote control working, but now, I cannot connect with the program under W10.
I also tried on another PC to see, same problem ...
Some users like that flexibility, meaning that the can change the baudrate in the firmware file, program the controller with and then use the application to communicate at the new baud rate speed.
Only having one speed is then a restriction for those users wanting a different speed.
When the application is installed for the first time, it defaults to the correct default setting. If the speed is changed, the the new speed is saved by the application and used next time the application starts, so that users do not need to be always changing the speed when the application starts.
Cheers
Robert
👍
1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I have the solderless version which works great.
I wanted to enable the IR option, so I reflashed my Arduino.
No problem sending the program, it works fine, I have the IR remote control working, but now, I cannot connect with the program under W10.
I also tried on another PC to see, same problem ...
Ok my baud-rate is wrong !
Can we modify the program, to have only one value ?
only 1 value for what?
for the baud-rate
The baudrate is specified in the firmware file.
The Windows app does support other baud rates.
Some users like that flexibility, meaning that the can change the baudrate in the firmware file, program the controller with and then use the application to communicate at the new baud rate speed.
Only having one speed is then a restriction for those users wanting a different speed.
When the application is installed for the first time, it defaults to the correct default setting. If the speed is changed, the the new speed is saved by the application and used next time the application starts, so that users do not need to be always changing the speed when the application starts.
Cheers
Robert
Thanks for the reply !