Struggling with multiple serial ports #1594
Unanswered
ArmadilloChubbz
asked this question in
Q&A
Replies: 1 comment
-
Hi @ArmadilloChubbz , this should work: targets:
main:
resources:
RemotePlace:
name: !template '$LG_PLACE'
drivers:
- SerialDriver
name: "console-a"
bindings:
port: "console-a"
- SerialDriver
name: "console-b"
bindings:
port: "console-c"
- SerialDriver
name: "console-c"
bindings:
port: "console-c"
- ShellDriver
name: "shell-a"
bindings:
console: "console-a"
prompt: ""
login_prompt: ""
username: ""
- ShellDriver
name: "shell-b"
bindings:
console: "console-a"
prompt: ""
login_prompt: ""
username: ""
- ShellDriver
name: "shell-c"
bindings:
console: "console-c"
prompt: ""
login_prompt: ""
username: "" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Just started giving labgrid a go, so please excuse my ignorance...
I'm trying to get multiple USB serial ports (a quad FTDI UART chip) to work remotely. I've tried various configurations but am just stabbing in the dark at this point.
This is my exporter file
That is exported and coordinator and client seems to work okay.
On my remote machine I want to do something like:
Any help would be appreciated, thanks
Beta Was this translation helpful? Give feedback.
All reactions