|
Arduino Mega Module Raj from Fiji [9 posts] |
13 year
|
Hi
I am working on obstacle avoidance using Arduino. The problems is as soon as i add arduino Mega module to my program, the whole process starts to get very slow. Same happens when i add MCu communicator module.
This causes problems for me in order to communicate at faster speed with arduino mega.
Any suggestions as why this happens or how can i improve on this.
program.robo
|
|
|
Anonymous |
13 year
|
Aryan,
As you probably realized .. the slowdown is caused by the incorrect COM port specification. While the system is waiting for the incorrect COM port to respond it will slow down the pipeline. As soon as you select the correct port it should speed back up to normal rates after a bit.
STeven.
|
|