diff --git a/hemocube/hemocube_mock/hemocube_mock.ino b/hemocube/hemocube_mock/hemocube_mock.ino index 501e891..1fc994d 100644 --- a/hemocube/hemocube_mock/hemocube_mock.ino +++ b/hemocube/hemocube_mock/hemocube_mock.ino @@ -180,7 +180,25 @@ void loop() { if (command == "I") { DeviceData readDevice; readDataFromEEPROM(readDevice, 0); - Serial.print("SNS "); Serial.print(readDevice.deviceId); Serial.print(" SNE"); + // Serial.print("SNS "); Serial.print(readDevice.deviceId); Serial.print(" SNE"); + // Serial.print("SN HCV-000-3001"); + // Serial.print("SNS HPP1-0111-0009 SNE"); + Serial.print("SNS HCV-000-3998 SNE"); + // Serial.print("SNS HCV-000-3013 SNE"); + } + + if (command == "E") { + Serial.println("#RS"); + // delay(2000); + Serial.println("#RC"); + } + + if (command == "R") { + delay(2000); + Serial.println("#LED1 DAC: 2021"); + Serial.println("#LED2 DAC: 2022"); + Serial.println("#LED3 DAC: 2023"); + Serial.println("#LED4 DAC: 2024"); } if (command == "B") { @@ -199,6 +217,12 @@ void loop() { Serial.println("#CC"); } + if (command == "G") { + Serial.println("#WS"); + delay(2000); + Serial.println("#WC"); + } + if (command == "D") { Serial.println("#CS"); delay(2000);