mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
Update README.md
This commit is contained in:
parent
8057460f60
commit
8233d96bab
@ -58,7 +58,7 @@ Here’s the custom JavaScript parser function used by this project:
|
||||
* @param[in] frame The latest received frame as a hexadecimal string.
|
||||
* @return Array of integers containing the parsed frame elements.
|
||||
*/
|
||||
function parse(frame, separator) {
|
||||
function parse(frame) {
|
||||
let dataArray = [];
|
||||
for (let i = 0; i < frame.length; i += 2) {
|
||||
let hexByte = frame.substring(i, i + 2);
|
||||
|
Loading…
x
Reference in New Issue
Block a user