Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: mapping joystick axis to specific 'channels' in python
Post: RE: mapping joystick axis to specific 'channels' i...

Ok, so I now made it like this, mapping channels to joystick axis with a dictionary: sbusChannel_to_JoystickAxis = { 0: 3, 1: 5, 8: 2, } for sbusChannel, joystickaxis in sbusChannel_to_J...
DashOrion General Coding Help 1 2,628 Jul-07-2020, 04:26 PM
    Thread: Lib PySerial
Post: RE: Lib PySerial

All is in the documentation. But for now, here you have a small example: ser = serial.Serial() ser.baudrate = 100000 ser.port = port ser.parity = serial.PARITY_EVEN ser.stopbits = 2 ser.open()
DashOrion General Coding Help 2 1,934 Jul-07-2020, 12:41 PM
    Thread: mapping joystick axis to specific 'channels' in python
Post: mapping joystick axis to specific 'channels' in py...

I'm fairly new to python and I just can't come up with an adequate and elegant solution for my simple first program in python. I hope anyone more experienced can help. The program takes input from a (...
DashOrion General Coding Help 1 2,628 Jul-07-2020, 11:25 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020