| func TestConnection(t *testing.T) { |
| port0 := os.Getenv("PORT0") |
| port1 := os.Getenv("PORT1") |
| if port0 == "" || port1 == "" { |
| t.Skip("Skipping test because PORT0 or PORT1 environment variable is not set") |
| c0 := &Config{Name: port0, Baud: 115200} |
| c1 := &Config{Name: port1, Baud: 115200} |
| t.Logf("Read %v %v bytes: % 02x %s", readCount, n, buf[:n], buf[:n]) |
| if _, err = s1.Write([]byte("hello")); err != nil { |
| if _, err = s1.Write([]byte(" ")); err != nil { |
| if _, err = s1.Write([]byte("world")); err != nil { |
| time.Sleep(time.Second / 10) |
| s1.Write([]byte(" ")) // We could be blocked in the read without this |
| t.Fatalf("Expected less than %v read, got %v", exp, c) |