Commit e9bd2f4f authored by reza's avatar reza

dll with huge no debug

parent 6c8c0459
......@@ -535,8 +535,8 @@ namespace I8Devices
if (Convert.ToByte(rec_data[31]) == 144) // Indicate I8Device ID
{
Thread.Sleep(500);
Console.WriteLine("num_of_huges: ");
Console.WriteLine(rec_data[23].ToString());
// Console.WriteLine("num_of_huges: ");
//Console.WriteLine(rec_data[23].ToString());
if (Convert.ToByte(rec_data[27]) == 48) // Indicate Fascin8 device
{
if (debug_mode) Console.WriteLine("DLL: Fascin8 writing setiing done succesfully.");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment