|
@@ -26,12 +26,6 @@ namespace MesAdaptor
|
|
|
|
|
|
public static bool SajetTransData(int command, ref string data)
|
|
public static bool SajetTransData(int command, ref string data)
|
|
{
|
|
{
|
|
- //return true;
|
|
|
|
- if (!data.EndsWith(","))
|
|
|
|
- {
|
|
|
|
- data = data + ",";
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
var idByte = Encoding.ASCII.GetBytes(data);
|
|
var idByte = Encoding.ASCII.GetBytes(data);
|
|
var length = idByte.Length;
|
|
var length = idByte.Length;
|
|
|
|
|