Retro Theme Build 1.0
1.0 Release!!!!!!
I finally got around to finishing this! I love the retro theme, huge thanks to TheCherno for making Walnut.
This is a Serial Monitor, made to replace using the Arduino IDE's Serial Monitor. It also can connect to a server and act like NetCat.
It features MouseMode, and sends the mouse coordinates in the mouse control pad , and ranges from (0,0) to (300,300).
it sends "\X30Y40" to the Selected Com Port or the Server depending on the mode selected.
Default behavior is Serial Mode. You select a Com Port in the drop down menu. Go to Edit->Settings to edit Baud Rate. Default is set to 115200.
Network Mode sends data to a server using sockets. Edit the IP:PORT in the settings: ( Edit->Settings ). You can also send the Mouse coordinates data over!
this version also adds some helpful buttons for interacting with microcontrollers over Serial, like sending a CTRL+D to soft reset it or performing a hard reset by toggling the Serial Data Terminal Ready (DTR).
Sending CTRL+D helps me with programs running on MicroPython.