Draft for arduino serial
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		
							
								
								
									
										25
									
								
								content/post/arduino-serial/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								content/post/arduino-serial/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,25 @@
 | 
			
		||||
---
 | 
			
		||||
title: "Serial handling on Arduino"
 | 
			
		||||
subtitle: "A basic introduction to Serial handling on the Arduino platform."
 | 
			
		||||
summary: "A basic introduction to Serial handling on the Arduino platform."
 | 
			
		||||
date: 2022-02-04T22:10:31+01:00
 | 
			
		||||
lastmod: 2022-02-04T22:10:31+01:00
 | 
			
		||||
diagram: true
 | 
			
		||||
draft: true
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
- Introduction
 | 
			
		||||
- Serial Monitor
 | 
			
		||||
- Newline / Synchronization
 | 
			
		||||
- RX/TX Buffer
 | 
			
		||||
- Serial API
 | 
			
		||||
- Pitfalls
 | 
			
		||||
  - Read/Debug
 | 
			
		||||
  - Lack of synchronization 
 | 
			
		||||
  - newline and linefeed
 | 
			
		||||
- Example - Single charecter 
 | 
			
		||||
- Example - By line read
 | 
			
		||||
- Advanced 
 | 
			
		||||
  - Parameters
 | 
			
		||||
- AT Commands
 | 
			
		||||
- JSON
 | 
			
		||||
		Reference in New Issue
	
	Block a user