mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	Created release with sedu device
Former-commit-id: c541a2d8f04572c7cf493a112ebb283e561afd99
This commit is contained in:
		
							
								
								
									
										707
									
								
								dependencies/build/serial/src/impl/unix.cc
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										707
									
								
								dependencies/build/serial/src/impl/unix.cc
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -1 +1 @@
 | 
				
			|||||||
632c368d0a5ce42aff067c6ba5f63dbe108dddc9
 | 
					477dd3a5e1eae900ac9e02c6bdcfef3e2c3b6ca9
 | 
				
			||||||
@@ -48,6 +48,10 @@ int LedRs232Device::writeBytes(const unsigned size, const uint8_t * data)
 | 
				
			|||||||
		return -1;
 | 
							return -1;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						//for (int i = 0; i < 20; ++i)
 | 
				
			||||||
 | 
						//	std::cout << std::hex << (int)data[i] << " ";
 | 
				
			||||||
 | 
						//std::cout << std::endl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	try
 | 
						try
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		_rs232Port.write(data, size);
 | 
							_rs232Port.write(data, size);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user