vtty icon indicating copy to clipboard operation
vtty copied to clipboard

Virtual serial port driver for Linux

Results 2 vtty issues
Sort by recently updated
recently updated
newest added

I created two simple test programs in Python to send and receive data: Write to master `send.py`: ```python #!/usr/bin/env python3 import serial import time if __name__ == '__main__': # causes:...

I don't recall the exact circumstances, this is just a note to myself to test and fix this one day