Changes between Initial Version and Version 1 of Ticket #8789, comment 9
- Timestamp:
- Jul 27, 2012, 2:11:20 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8789, comment 9
initial v1 1 1 Sorry, 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. 2 2 3 (edit) 4 for 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) 6 and reading tests were done with just 7 read var < /dev/ports/usb0 8 if I recall correctly. 9 (~edit) 10 3 11 .. ttcoder (waiting for Dane's return)