Welcome, Guest. Please login or register.

Author Topic: Amiga Infrared transmitter for serial or par?  (Read 2784 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thorham

  • Hero Member
  • *****
  • Join Date: Oct 2009
  • Posts: 1150
    • Show all replies
Re: Amiga Infrared transmitter for serial or par?
« on: May 02, 2012, 10:18:28 AM »
Quote from: bbond007;691289
also i'm betting it does not support hardware CTS/RTS and DTR/DSR handshaking making it no good for a lot of things.
What's wrong with XON/XOFF?
 

Offline Thorham

  • Hero Member
  • *****
  • Join Date: Oct 2009
  • Posts: 1150
    • Show all replies
Re: Amiga Infrared transmitter for serial or par?
« Reply #1 on: May 02, 2012, 04:07:43 PM »
Quote from: bbond007;691316
It only works for ASCII data, not binary, so there's your problem :)
Hmm, not really. The problem is that you can't use the XON and XOFF codes for binary data. This is easy to solve (use upper seven bits only, convert base 256 to base 254, variable length encoding), that's why I asked what's wrong with it.