I would like a stand-alone serial terminal that I can use with microcontroller projects and I came across this project: diy-VT100 - A Miniature hardware terminal | Hackaday.io
Does anyone have any better suggestions or does this seem like the right project?
If this does seem like the right project: does anyone know how to figure out what LCD screens are suitable? It's supposed to be 800x480 pixels, 5" diagonal and has an attached capacitive touch panel which will connect to the XPT2046 touch screen IC. I guess a significant part of the problem is the location of the FPC and the slot cut in the PCB since I suppose this isn't standardised. It could be hard to find a screen whose connector is in the right place to go through the provided slot in the PCB.
I wonder if there's a Raspberry pi project out there that does what you want. I've little experience of a pi but I guess that they might have displays that plug in directly - possibly even an off the shelf case/stand that would hold a pi and display.
when a Arduino type microcontroller USB cable is plugged into a RPi USB port a virtual serial port is created, e.g. dev/ttyUSB0, which then be communicated with using C++, Java, Python, etc
there are a number of terminal emulators for the RPi, e.g. putty
I would also be interested if a VT100 style terminal could be used to control\configure an Arduino.
Often, with some of the LoRa projects I do, you may want to change the Arduinos LoRa or program settings etc. Re-programming with the IDE is a bit of a pain and not helpful for some portable applications.
I have sort of solved the problem using Serial monitor comms and menus, with the controller either being a PC running say TeraTerm or an Android phone or tablet running a serial terminal app. This works and is useable but the output scrolls down the screen of course so you cannot really keep important info in view.
If you trying to receive real weak LoRa signals for instance, then you dont want another RF transmitter, such as Bluetooth, a few cm from the LoRa receiver antenna.
I don't have a netbook but I do have a 10 year old Android tablet (Hudl 2). I'm going to install the "Serial USB Terminal" app and will try to get that working via USB OTG or maybe even the audio jack.
Netbooks. We had a couple of Asus X205TA "EeeBooks", and they were really nice, compared to the 6lb laptops with 2h battery life of the same era.
The things they did to fit a reasonable windows environment AND "recovery" AND space for some user files in the 32GB of flash they provided make them essentially un-upgradeable beyond the windows version they came with, though. (IIRC, they essentially use part of the "recovery" as the active OS.)