Quote Originally Posted by HenrikOlsson View Post
Can you point me in the right direction?

/Henrik.
Hi, Henrik

looks once you've created and saved your config file ( one shown as an exemple ) within serialchart ...

Code:
[_setup_]
port=COM2 
baudrate=57600
 
width=1000
height=201
background_color = white
 
grid_h_origin = 100
grid_h_step = 10
grid_h_color = #EEE
grid_h_origin_color = #CCC
 
grid_v_origin = 0
grid_v_step = 10
grid_v_color = #EEE
grid_v_origin_color = transparent
 
[_default_]
min=-1
max=1
 
[interval]
color=transparent
min=0
max=100000
 
[RwAcc]
color=blue
 
[RwEst]
color=red
 
[RwGyro]
color=transparent
 
[GyroRate]
color=transparent
min=-10
max=10
 
 
[an3]
color=transparent
min=0
max=1023
This is an exemple to paste into the config window ... and save !!!

you just launch it ... ( The green arrow ...)

The Pic program only sends data through the serial port, so ... I think you do not need a tutorial for some " debug " or " serout " PBP command.

Regards
Alain