Timeline for Make Sure \n is the last character in serial string
Current License: CC BY-SA 3.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 5, 2017 at 18:12 | history | tweeted | twitter.com/StackArduino/status/860557830356692993 | ||
| May 5, 2017 at 17:21 | answer | added | Majenko | timeline score: 4 | |
| May 5, 2017 at 17:17 | history | edited | ATE-ENGE | CC BY-SA 3.0 | added 415 characters in body |
| May 5, 2017 at 17:15 | comment | added | ATE-ENGE | Right now, I'm sending and receiving the actual 8bit values the entire process is as follows: Computer Input: U16 Address, U16 Data, U8 Function Code U16 Address -> U8 Address Split High, U8 Address Split Low U16 Data -> U8 Data Split High, U8 Data Split Low U8 Array of [U8 Address Split High, U8 Address Split Low, U8 Data Split High, U8 Data Split Low, U8 Function Code] U8 Array -> Message String Output: Message String | |
| May 5, 2017 at 16:22 | answer | added | Mazaryk | timeline score: 1 | |
| May 5, 2017 at 15:51 | comment | added | Majenko | Or are you sending the actual 8 bit values that you have put into the string using '\whatever`? | |
| May 5, 2017 at 15:46 | comment | added | Majenko | But the actual string content that is sent over the wire only consists of printable characters? You're sending such things as \024\075\216\030\777\000\123 etc? | |
| May 5, 2017 at 15:36 | comment | added | ATE-ENGE | No, I'm sending n number of u8 ints (words?) that are represented as \code characters put together to form a string. | |
| May 5, 2017 at 14:12 | answer | added | Michel Keijzers | timeline score: 2 | |
| May 5, 2017 at 14:08 | comment | added | Majenko | Is it just strings of ASCII characters (codes 32 to 127 + \n) that you want to send? | |
| May 5, 2017 at 13:43 | review | First posts | |||
| May 5, 2017 at 14:10 | |||||
| May 5, 2017 at 13:39 | history | asked | ATE-ENGE | CC BY-SA 3.0 |