Skip to content

Commit

Permalink
use default basil read/write termination
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmucha committed Apr 30, 2024
1 parent 7217c62 commit 2b321b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basil/utils/USBBinds.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import ruamel.yaml


def query_identification(rm, resource, baud_rate, read_termination="\n", write_termination="\n", timeout=1000 * 5):
def query_identification(rm, resource, baud_rate, read_termination=None, write_termination=None, timeout=1000 * 5):
"""
Queries the identification of the instrument connected via USB.
Expand Down

0 comments on commit 2b321b9

Please sign in to comment.