From a53555446e340b3f334393c6b663858b947bcd91 Mon Sep 17 00:00:00 2001 From: BigTire Date: Fri, 18 Nov 2022 21:08:58 +0100 Subject: [PATCH] Added quick start guide. --- Readme.md | 3 ++- parser/sample_C_Parser | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index f0ef74e..4512197 100644 --- a/Readme.md +++ b/Readme.md @@ -1,3 +1,4 @@ # Neurosky Mindwave M5Stack Core2 connection - Neusky Mindwave MAC Address: 98:07:2d:7f:ea:15 -- documentation: http://developer.neurosky.com/docs/doku.php?id=thinkgear_communications_protocol \ No newline at end of file +- documentation: http://developer.neurosky.com/docs/doku.php?id=thinkgear_communications_protocol +- quick start guide: http://download.neurosky.com/public/Products/MindWave%20Mobile%202/MindWave%20Mobile%202%20Quick%20Start%20Guide.pdf \ No newline at end of file diff --git a/parser/sample_C_Parser b/parser/sample_C_Parser index 81655fe..d02d118 100644 --- a/parser/sample_C_Parser +++ b/parser/sample_C_Parser @@ -57,6 +57,7 @@ int main( int argc, char **argv ) { * application. See documentation for "Serial I/O" for your * platform for details. */ + FILE *stream = 0; stream = fopen( "COM4", "r" );