From f1ae7bbb081af0e92fc2d02d51e0f67d2b24e0cd Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Sun, 22 Apr 2012 01:04:34 -0400 Subject: [PATCH] Document long-form COM port device names on Windows, required to specify serial ports above 9 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 680415cf..faa0e142 100644 --- a/README +++ b/README @@ -212,7 +212,7 @@ FPGA mining boards(BitForce, Icarus) only options: device depending on the version of udev being used. On linux is usually of the format /dev/ttyUSBn - On windows is usually of the format COMn + On windows is usually of the format \\.\COMn (where n = the correct device number for the FPGA device)