Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
8051 マイクロプロセッサとアセンブリ コードを使用して、プロセッサ レジスタに含まれる値をシリアル ポート経由で送信したいと考えています。
ハイパーターミナルに奇妙な文字が表示されますが、文字列の送信はうまくいきます。アイデア?
org 0h mov a,#10110011b mov r2,#8d clr P2.2 rrc a mov p2.2,c djnz r2,go setb p2.2 end