Doc. # 1-0000060
Date Updated 01-22-2004 Date Created 07-27-2000
Document Type Knowledge Base Related OS
Related Product ADAM-4525
How to send data under ADAM-4525 utility?
Solution:
You should refer to commands of ADAM-5000/CAN and try to send them through our utility (R/T function). Actually, ADAM-4525 is suitable to be as a monitor, you can use your notebook to check your CAN bus network is ok or not via ADAM-4525, so we provide T/R function under our utility to let you do that. If you want to develop your software to handle the communication between RS-232 and CAN, you'd better transfer your command from hexidecimal type to string type, and send them character by character. Ex, 600, ... => "6" "0" "0"....