RS232 Development

PLEASE don’t use it for instance, it’s disabled in the current version of Orix

Send a byte to RS232

  1. .include "telestrat.inc"
  2.  
  3. ; for information, if buffer is full, (when you send many A and the
  4. ; remote machine does not accept the bytes, the telestrat crashes).
  5. ; For instance, there is no way to detect if the buffer is full
  6. ; anyway, we can enlarge the buffer size.
  7.  
  8.   lda #'A' ; send A
  9.   BRK_ORIX XSOUT
  10.   rts