Changes between Version 1 and Version 2 of Ticket #8789, comment 9


Ignore:
Timestamp:
Jul 27, 2012, 2:12:38 PM (12 years ago)
Author:
ttcoder

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8789, comment 9

    v1 v2  
    11Sorry, bad habit of mine -- I prefix commands (and "commands") with "/bin" when talking about them.. I'm not in Haiku ATM but running which (or whence) will probably show it's a Bash built-in, not a separate command indeed. Modified the ticket title accordingly. Anyway we need Dane's input to solve this reading issue.
    22
    3 (edit)
     3(edit)[[BR]]
    44for the sake of reproducibility: our writing is done with
    5  echo *0.. > /dev/ports/usb0 ..etc (not /bin/write, there is no such command of course)
     5 echo *0.. > /dev/ports/usb0 ..etc (not /bin/write, there is no such command of course oops)
    66and reading tests were done with just
    77 read var < /dev/ports/usb0
    8 if I recall correctly.
     8if I recall correctly.[[BR]]
    99(~edit)
    1010