Consider two real-time Systems (SysA and SysB) that communicates via Serial Interface . SysA is set at 115200 bps and SysB is set at 2400 bps . SysA transmits text "SendMeData" to SysB . Now what data (or) what would possibly happen at SysB's end?
SystemB Halts
Communication Error
SystemB recieves&displays Junk Data
SystemB recieves&displays "SendMeData"