Download Latest Version NATTYA V4.zip (260.0 kB)
Email in envelope

Get an email when there's a new version of NATTYA

Home
Name Modified Size InfoDownloads / Week
NATTYA V4.zip 2023-10-28 260.0 kB
NATTYA V3.zip 2023-08-19 263.9 kB
Taming TKinter 2023-08-19 8.7 kB
README.txt 2023-08-18 1.5 kB
Totals: 4 Items   534.1 kB 0
Installation: Download and extract to a convenient folder such as the user home folder.
Uninstall by deleting the NATTYA folder.
Start command: python3 'path-to-folder/NATTYA V3/nattya.py'
User must be a member of 'dialout' group to access serial ports.
Default entry mode is ASCII with printable characters entered directly.
White space characters such as carriage return are entered using Python notation such as '\r' for carriage return.
Change to hex entry mode using the '#' escape character.
For example, to enter the phrases 'This is ASCII\n\r', followed by 'This is hex\n\r' followed by 'Escaped #, escaped \\r\n'.
This is ASCII\n\r#54 68 69 73 20 69 73 20 68 65 78\n\r#Escaped ##, escaped \\\r\n
A device dependendant communication delay can be setup to prevent communication for a fixed time after a connection is
established. This is necessary for devices like the Korad programmable power supply which will hang up if
communication is attempted immediately after connection.
The modem lines normally available on USB to RS-232 chips are monitored and displayed and may be toggled by the user.
This is useful on Arduinos where toggling the DTR line will reset the Arduino.
The /dev/serial/by-id directory will only exist if an active serial device is connected. The files within the
directory are links to the virtual port.
The file names in the directory are derived by UDEV from USB device data such as the vendor name and product serial number
located in the USB converter chip.
Source: README.txt, updated 2023-08-18