Changes between Version 1 and Version 2 of Ticket #8789, comment 9
- Timestamp:
- Jul 27, 2012, 2:12:38 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8789, comment 9
v1 v2 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) 3 (edit)[[BR]] 4 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 )5 echo *0.. > /dev/ports/usb0 ..etc (not /bin/write, there is no such command of course oops) 6 6 and reading tests were done with just 7 7 read var < /dev/ports/usb0 8 if I recall correctly. 8 if I recall correctly.[[BR]] 9 9 (~edit) 10 10