-
Notifications
You must be signed in to change notification settings - Fork 10
Home
Andres Prieto-Moreno edited this page Aug 29, 2018
·
4 revisions
RawBoson is a tool that implements Boson FSLP protocol over serial. It allows to send any command that is in Boson-ICD to the camera. This package doesn't contain the Boson-ICD, in order to get one please refer to :
It is assuming that Boson has the USB-VPC module that connects to a PC.
It gets a function and its parameters, converts that to FSLP protocol and sends it through serial.
For example:
- send a FLAT Field: ./rawBoson c50007
- ask for serial number : ./rawBoson c50002
- Change output to BlackHot : ./rawBoson cB0003 x0 x0 x0 x1
- Change output to WhiteHot : ./rawBoson cB0003 x0 x0 x0 x0
Other parameters:
- Use 'v' to see packets bytes: ./rawBoson c50007 v
- '-p' and '-b' configures serial port