I’m trying to write data to a LCD screen that is connected to a windows PC via USB. I was under the impression that I could do this via serial in Xojo. The device is powered up but I do not see any serial device in device manager. The OEM website says no special driver is needed.
It says:
Does this mean that I will not be able to send data to the device via serial? Thanks for any advice.
if it is a true usb hid device, then you will not see any serial device, but a new usb device…
you need plugins I dont think it is feasible directly from xojo
I also took a quick peek at their Software Developer Guide and it sure looks like using their USBLCDServer.exe app is the best way to send commands to the LCD.
@Paul Lefebvre Actually looking for a Linux solution. I’m using it with a pi. I was hoping to be able to use it through Xojo somehow so it can access variables from my app.
@Jean-Yves Pochez Thanks that looks interesting. I can’t use the GPIO on the Pi board though because the piFace board is taking up the GPIO. Can this device be used as serial via usb?
@Bob Coleman Yeah I’ve actually been working with those solutions. They require a file called usblcd and for the life of me I can’t find it on their site. I emailed customer support but no response.
@Jean-Yves Pochez I appreciate all your help and information. The soldering issue is not my issue, as I am working on a solution for someone else who is looking to implement 50 plus at a time and cannot spend weeks soldering pins.