Hi all,
I have a module which serve with test program to run it. The events views the ENQ send and ACK2 return. But using the supplied program, when I click any command, it will process very fast. When I code with same flow (send ENQ, wait ACK, send CMD, wait ACK2) but the time it get to finish any command take a time. Let say when running using supplied program, I click read status, it will give the result for just like 1second. If I run my development program in VB, it took almost 7seconds to give the result..
Why? I ask my colleague, he said maybe it affect the baudrate. The documentation state 9600, same with program but different timing when I run.
Need advice from this as this affect the customer patient for long time to give status to front app
** I'm running a cash dispenser module which interact directly through comport..