call unix

  1. D

    Forcing CR+LF in cu (Call Unix)

    I'm trying to use cu to communicate with a device that requires each line to terminate with CR+LF (i.e.. 0x0d, 0x0a). The device is a serial device connected to a USB port. Is there a way to force cu to do this, or perhaps a better utility to use instead? I need to interact with the device...
Back
Top