Doc. # 1-0002473 | |||
---|---|---|---|
Date Updated | 10-08-2004 | Date Created | 07-27-2000 |
Document Type | Knowledge Base | Related OS | |
Related Product | ADAM-5510 |
Is it possible to use the Programming port of ADAM-5510 with Baud rate 115200? | |||
---|---|---|---|
Solution:
The baudrate was fixed at 57600 with ADAM-5510 Utility. However, if you want to control this port under your application program, then we can control the CPU's Register directly to achieve you goal. But this method is more complex for our customer, following information just for your reference.
FF80H : Serial Port Control
FF82H : Serial Port Status
FF84H : Serial Port Transmit Data
FF86H : Serial Port Receive Data
FF88H : Serial Port Baudrate Divisor
|