<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>On Jan 15, 2014, at 22:44, Lenore Horner wrote:</div><div><br>When I do and try to hot sync, it tells me</div><blockquote type="cite"><div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">pi_bind error: /dev/pilot No such file or directory</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">Check your serial port and settings</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">Exiting with status SYNC_ERROR_BIND</div></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><br></div><div>That’s all very well, but I don’t find any instructions about what should be in the file /dev/pilot or where I should set my serial port and settings. &nbsp;Anyone out there still using this and able to tell me what the file /dev/pilot should contain?</div></blockquote><br><div>Things in /dev are not normal files; they are devices. Reading from such a "file" would actually pull data from the device — for example, by reading from a serial port — and&nbsp;writing to such a "file"&nbsp;would actually write data to the device.</div><div><br></div><div>If /dev/pilot does not exist on your system, I don't know by what means it is intended to have been created, but that's what you would have to find out.</div></body></html>