Search found 3 matches
- Wed Jul 08, 2020 4:11 pm
- Forum: Liberty BASIC Language
- Topic: Sent Bytes to COM Port
- Replies: 4
- Views: 10487
Re: Sent Bytes to COM Port
Too late
- Wed Jul 08, 2020 4:09 pm
- Forum: Liberty BASIC Language
- Topic: Sent Bytes to COM Port
- Replies: 4
- Views: 10487
Re: Sent Bytes to COM Port
Hi Eric! You have to use the prefix for HEX-numbers " &h ". This should work: NoMainWin 'don't show console window 'ATTENTION: The code for open a serial port is different from Liberty-Basic: Open "COM3: baud=9600 parity=n data=8 stop=1 odsr=off octs=off idsr=off" For Output ...
- Sat Nov 03, 2018 4:43 pm
- Forum: Showcase
- Topic: BLHeli Telemetry View
- Replies: 1
- Views: 9095
BLHeli Telemetry View
Hello LBB programmer, I have just completed my current program. It can read, display and log telemetry data from brushless ESCs with BLHeli_32 firmware via serial port. These ESCs are mostly used for remote-controlled multicopters. http://www.franksteinberg.de/IMG/BLHeliTV.png The program is describ...