RVillani
(Rod Villani)
October 16, 2018, 7:00am
138
Vitorius714:
Quick questions:
Is the port speed fixed at 9600?
How many ports are supported at 9600 if its fixed?
I want to transfer a lot of information really quickly. The information will be coming from a triple redundant flight sensor system on a high quality flight controller. I can get data off the flight controller as one or many streams, but it will need to be a lot of information coming to UE4 over serial.
I could do this with Ardupilot, but I want to do it with UE4 just for the challenge. My UE4 flight simulator worked out and now I’m cocky. Gonna make a UE4 controlled drone. It may even happen on a single board computer on the drone. Lattepanda seems to be offering me a ridiculously overpriced way to pull this bad idea off and I can’t resist.
Not fixed. I’ve use very high speeds already.
At 9600 or otherwise, as many ports as Windows can work with. Even with numbers of 10 and above.
BTW, if you’ll want to transfer a lot of different variables at once, you might want to create some kind of protocol, like I briefly described in this post .