Posts by Gabriel Machado • 23 points
2 posts
-
2
votes0
answers160
viewsQ: ttyS0 Serial Communication Error
I’m utilizing terminal serial TTL communication with an Orange Pi One and a PIC16F628A. The program that is on the microcontroller is simple: if it receives the character '1' puts a bit at a high…
-
0
votes1
answer241
viewsQ: I can’t compare char[]
I am running a server that I did in C and is working normally, with only one exception: I cannot create a condition for the received bytes. The Write and Recv function work normally but I am falling…