C# readbyte function for LSB first 7 bit even 1 stop bit | CAS MWP 3000H rs232 interface
问题 1 . i have problem with CAS MWP 3000H , problem is serial protocol sends data 7 bit LSB fist data but C# i can read only readbyte not bit so problem is UEFI order is LSB First,, for examle MSB first data 4 = (binary 00000100) but if LSB first value this will be 00100000 and serial know 00100000(binary) = 10000(binary) so i take wrong data i need help for readbit first or library like this i need . or any one solve this problem with other solution or other languadge 2 . i nearly solve this