firstly, I am really impressed with this software. Thank you for this fantastic program.
I only have basic knowledge of Arduino programming, I want to use the basic protocol with a simple personal program but still get a very low FPS 2-8fps. I bought a license so I will need to get 60 FPS.
At first I thought the problem was with my program, so I removed it to use only the simHub example with the appropriate function but same thing, I changed cables to check also but same result. I would like to have a suggestion!
Hi !
It's strange, could you try to reinstall Simhub to reset the sketch and try to reupload it ? Also make sure that when you have a custom protocol it matches on both sides (simhub/arduino). In case it does not match it's will break the sync and make it really slow (simhub will send and resend data to fix the synchronization).
On another side if you simply want to do a basic serial device , you can use this : https://github.com/SHWotever/SimHub/wiki#custom-serial-devices-support you will be totally responsible of the arduino side, but simhub won't slowdown in case of issue.
Hi, i found my problem , i unchecked the example 1 & 2 at the same time in the arduino custom protocol, now, with only the example 2 unchecked, it works fine ! i have a steady 60 FPS. 😍
thanks for fast reply !
😎