07-14-2009 01:32 PM
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
07-14-2009 04:39 PM
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:
hannah wrote: do the codes varies with different camera?
Probably, most likely, yes.