LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Basler serial command code

Hello everyone,

I want to connect to a Basler spL2048-140k camera through serial communication using Basler Serial Control VIs. But I do not know how we get the command codes from camera manuals. For example, in the Basler Serial Control, command code for Data Output Mode is \xCO, for Gain is \x80, these code are not shown directly in the manual. Please help me to find the codes and do the codes varies with different camera?

Thanks a lot

Hannah

0 Kudos
Message 1 of 2
(2,977 Views)

I'm not sure how we can help you get the information from the manual if you are the one who has the manual...


That example indicates that you need to send a sequence of bytes. This is most easily done by using the Byte Array to String function: 

Example_VI_BD.png


hannah wrote: do the codes varies with different camera?

Probably, most likely, yes. 

 

0 Kudos
Message 2 of 2
(2,958 Views)