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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8789, comment 9

    initial v1  
    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)
     4for 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)
     6and reading tests were done with just
     7 read var < /dev/ports/usb0
     8if I recall correctly.
     9(~edit)
     10
    311.. ttcoder (waiting for Dane's return)