victory460 Posted January 11, 2018 Share Posted January 11, 2018 I'm trying to use Serial1 in the OpenScope MZ firmware By using the OSSerial module . I make the following changes in GlobalData.cpp and in OpenScope.h. GlobalData.cpp: Which dma parameters, I just fill 1, which is what should be filled DMA figures? OpenScope.h: Then I add Serial1.begin(SERIALBAUDRATE); in the main.cpp, but it compiled failed that ' Serial1' was not declared in this scope. Then I try to find where the original Serial declared,but I cannot find it.I want to know where the original Serial instance is declared ? How to solve this problem of ' Serial1' was not declared in this scope? Besides,what codes should add in Initialize.cpp follow this: This Firmware https://github.com/victory460/OpenScopeOSSerial Please help me.I just want to increase the serial1 transceiver for OpenScope MZ. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.