Search found 3 matches

by Memarnejad
Mon Aug 08, 2016 9:10 am
Forum: Software development
Topic: MultiWii Serial Protocol Testing
Replies: 3
Views: 3345

Re: MultiWii Serial Protocol Testing

Whta is wrong with my Code?? I have written another program in python doing the same thing but this also does not work. here is the code: import serial import time if __name__ == "__main__": PORT = 'COM3' BAUD = 115200 s = serial.Serial(PORT, BAUD, parity=serial.PARITY_NONE, stopbits=seria...
by Memarnejad
Sun Aug 07, 2016 8:50 am
Forum: Software development
Topic: MultiWii Serial Protocol Testing
Replies: 3
Views: 3345

MultiWii Serial Protocol Testing

Hi, I would like to test the Multiwii Serial Protocol (MSP) individually. The way I am doing this is that I have written a simple program in processing as bellow: import processing.serial.*; // serial library import java.util.*; import java.lang.*; String MSP_HEADER = "$M<"; int MSP_IDENT ...
by Memarnejad
Sat Jul 23, 2016 10:59 am
Forum: Software development
Topic: MultiWii GUI in other languages
Replies: 1
Views: 1780

MultiWii GUI in other languages

Hi,
Is there any other implementation except (https://github.com/multiwii/multiwii-gui-processing) for Multiwii GUI?
I mean the implementation in other languages or different implementations in the same language (java , pde) ??